aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/glkstart.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-26 19:37:00 -0700
committerPaul Gilbert2019-07-06 15:27:07 -0700
commit2de068a98aaeb8a1e9e8f2e719b5ff6ebf858b44 (patch)
tree8b3d3f2a5839adfbac135682de9966913463ff9f /engines/glk/alan3/glkstart.cpp
parent305330bda7e755f141805a4e0e45f74820e980e1 (diff)
downloadscummvm-rg350-2de068a98aaeb8a1e9e8f2e719b5ff6ebf858b44.tar.gz
scummvm-rg350-2de068a98aaeb8a1e9e8f2e719b5ff6ebf858b44.tar.bz2
scummvm-rg350-2de068a98aaeb8a1e9e8f2e719b5ff6ebf858b44.zip
GLK: ALAN3: Further warning fixes
Diffstat (limited to 'engines/glk/alan3/glkstart.cpp')
-rw-r--r--engines/glk/alan3/glkstart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/glkstart.cpp b/engines/glk/alan3/glkstart.cpp
index 0c54cfd447..da20f0fd66 100644
--- a/engines/glk/alan3/glkstart.cpp
+++ b/engines/glk/alan3/glkstart.cpp
@@ -42,7 +42,7 @@
namespace Glk {
namespace Alan3 {
-glkunix_argumentlist_t glkunix_arguments[] = {
+const glkunix_argumentlist_t glkunix_arguments[] = {
{ "-l", glkunix_arg_NoValue, "-l: log player command and game output" },
{ "-c", glkunix_arg_NoValue, "-c: log player commands to a file" },
{ "-n", glkunix_arg_NoValue, "-n: no status line" },