Minor stuff

This commit is contained in:
Aurora
2016-09-23 02:25:37 +02:00
parent 01fbf8c3a5
commit 100c3d9e36
2 changed files with 10 additions and 10 deletions

View File

@@ -488,7 +488,7 @@ static inline void copySection0AndInjectSystemModules(FirmwareType firmType, boo
if(fileSize > 0) dstModuleSize = fileSize;
else
{
const void *module;
const u8 *module;
if(firmType == NATIVE_FIRM && memcmp(moduleName, "loader", 6) == 0)
{