psp-fixup-imports: Fix indentation on if condition

This commit is contained in:
joel16 2021-01-16 02:26:22 -05:00
parent 65c07f9c3e
commit f10cdbb002

View File

@ -612,7 +612,7 @@ int fixup_functions(void)
struct PspModuleImport *pLastImport = NULL; struct PspModuleImport *pLastImport = NULL;
int count; int count;
if(g_stubtext == NULL || g_nid == NULL) // no imported functions if(g_stubtext == NULL || g_nid == NULL) // no imported functions
return 1; return 1;
count = g_stubtext->iSize / 8; count = g_stubtext->iSize / 8;