mirror of
https://github.com/joel16/uofw.git
synced 2024-11-26 21:10:38 +00:00
psp-fixup-imports: Fix indentation
This commit is contained in:
parent
526934cfec
commit
65c07f9c3e
@ -613,16 +613,16 @@ int fixup_functions(void)
|
||||
int count;
|
||||
|
||||
if(g_stubtext == NULL || g_nid == NULL) // no imported functions
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
|
||||
count = g_stubtext->iSize / 8;
|
||||
pText = (unsigned int *) g_stubtext->pData;
|
||||
pNid = (unsigned int *) g_nid->pData;
|
||||
|
||||
if(g_verbose)
|
||||
{
|
||||
fprintf(stderr, "Import count %d\n", count);
|
||||
}
|
||||
|
||||
while(count > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user