diff options
Diffstat (limited to 'libpcsxcore/misc.c')
| -rwxr-xr-x | libpcsxcore/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 47c8f85e..750b54e8 100755 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -483,7 +483,7 @@ int Load(const char *ExePath) { break; case INVALID_EXE: - SysPrintf(_("This file does not appear to be a valid PSX file.\n")); + SysPrintf("%s", _("This file does not appear to be a valid PSX file.\n")); retval = -1; break; } |
