mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
Fixed warning by psp-build-exports's exports.c
This commit is contained in:
@@ -335,7 +335,7 @@ void build_exports_output_extern(struct psp_export *pHead)
|
|||||||
pExp = pHead;
|
pExp = pHead;
|
||||||
while(pExp != NULL)
|
while(pExp != NULL)
|
||||||
{
|
{
|
||||||
fprintf(stdout, "extern void %s;\n", pExp->name);
|
fprintf(stdout, "extern int %s;\n", pExp->name);
|
||||||
pExp = pExp->pNext;
|
pExp = pExp->pNext;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user