diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/dc/dcmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/dcmain.cpp b/backends/platform/dc/dcmain.cpp index b32ee53131..7a0f71ad1a 100644 --- a/backends/platform/dc/dcmain.cpp +++ b/backends/platform/dc/dcmain.cpp @@ -217,7 +217,7 @@ static OSystem_Dreamcast osys_dc; int main() { - static char *argv[] = { "scummvm", NULL, }; + static const char *argv[] = { "scummvm", NULL, }; static int argc = 1; g_system = &osys_dc; |