mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 22:47:37 +00: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) {
|
if (memcmp(ramdisk, "\x88\x16\x88\x58", 4) == 0) {
|
||||||
printf("MTK header found in ramdisk\n");
|
printf("MTK header found in ramdisk\n");
|
||||||
mtk_kernel = 1;
|
mtk_ramdisk = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check dtb
|
// Check dtb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user