mirror of
https://github.com/joel16/uofw.git
synced 2025-02-17 01:19:56 +00:00
psp-fixup-imports: Fix indentation on if condition
This commit is contained in:
parent
65c07f9c3e
commit
f10cdbb002
@ -612,7 +612,7 @@ int fixup_functions(void)
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user