This commit is contained in:
twinaphex 2016-08-23 20:11:12 +02:00
parent ac68336143
commit 1b44f44822
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#undef GOTO_END_ERROR
#define GOTO_END_ERROR() do { \
sceClibPrintf("[RPNG]: Error in line %d.\n", __LINE__); \
fprintf(stderr, "[RPNG]: Error in line %d.\n", __LINE__); \
ret = false; \
goto end; \
} while(0)