summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
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];