From c5bc18e070b689b8b73068ece84b1a28f2b9f555 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Wed, 29 Apr 2009 15:54:35 +0000 Subject: fix warning svn-id: r40204 --- backends/platform/psp/psp_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3