mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 03:29:43 +00:00
psp-fixup-imports: Fix indentation on if condition
This commit is contained in:
parent
65c07f9c3e
commit
f10cdbb002
@ -611,8 +611,8 @@ int fixup_functions(void)
|
|||||||
unsigned int *pNid;
|
unsigned int *pNid;
|
||||||
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