mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-13 10:57:42 +00:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user