diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index c848e6494..e2927b283 100644 --- a/src/main.c +++ b/src/main.c @@ -61,7 +61,7 @@ int quitting = 0; int delayed_quit = 0; /* Contains a message as to why services is terminating */ -char *quitmsg = NULL; +const char *quitmsg = NULL; /* Input buffer - global, so we can dump it if something goes wrong */ char inbuf[BUFSIZE]; |