mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 13:47:44 +02:00
Reduce duplicate code for MagiskBoot
This commit is contained in:
@ -87,5 +87,5 @@ void parse_img(unsigned char *orig, size_t size) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
error(1, "No boot image magic found!");
|
||||
LOGE(1, "No boot image magic found!\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user