diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:08 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:08 +0000 |
commit | 12ef623e94b5b1e668739c083eab3e045cf0b3f3 (patch) | |
tree | eec11262ea3e3b44e10258adbfae28d77f3e6339 /src/main.c | |
parent | 115136b09e4e367cd475bffa35deb49a2deb242e (diff) |
Partial fixes for g++, need to commit this
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1175 5417fbe8-f217-4b02-8779-1006273d7864
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]; |