diff options
-rw-r--r-- | backends/platform/psp/psp_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/psp_main.cpp b/backends/platform/psp/psp_main.cpp index e01f63973b..0af7ebf269 100644 --- a/backends/platform/psp/psp_main.cpp +++ b/backends/platform/psp/psp_main.cpp @@ -121,7 +121,7 @@ int SetupCallbacks(void) { int main(void) { SetupCallbacks(); - static char *argv[] = { "scummvm", NULL }; + static const char *argv[] = { "scummvm", NULL }; static int argc = sizeof(argv)/sizeof(char *)-1; g_system = new OSystem_PSP_GU(); |