mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Fix typo
This commit is contained in:
parent
77eec3d21d
commit
feccc97a14
@ -77,7 +77,7 @@ static void check_headers() {
|
||||
}
|
||||
if (memcmp(ramdisk, "\x88\x16\x88\x58", 4) == 0) {
|
||||
printf("MTK header found in ramdisk\n");
|
||||
mtk_kernel = 1;
|
||||
mtk_ramdisk = 1;
|
||||
}
|
||||
|
||||
// Check dtb
|
||||
|
Loading…
Reference in New Issue
Block a user