mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 11:39:50 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user