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

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