summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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 */