summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-03 17:37:45 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-03 17:37:45 +0000
commitf09953561bebb310cfe6a534c1262d77433a4e42 (patch)
treef1c3f89d74931b5f191212a73c1513d19803ee0d /src/main.c
parent69ed36bbf5a6aebc34a5a86946398083a45ab981 (diff)
Merge commit 'cbx/anopeng-charfix' into anopeng
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1408 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 5602e1d00..7e33c3de8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,8 +34,8 @@
/******** Global variables! ********/
/* Command-line options: (note that configuration variables are in config.c) */
-char *services_dir = SERVICES_DIR; /* -dir dirname */
-char *log_filename = LOG_FILENAME; /* -log filename */
+const char *services_dir = SERVICES_DIR; /* -dir dirname */
+const char *log_filename = LOG_FILENAME; /* -log filename */
int debug = 0; /* -debug */
int readonly = 0; /* -readonly */
int logchan = 0; /* -logchan */