summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 4ed3f4a..aea8fee 100644
--- a/src/config.c
+++ b/src/config.c
@@ -9,5 +9,5 @@
*/
const char *squark_version = SQUARK_VERSION;
-const char *squark_config = CONFDIR "/squark.conf";
+char *squark_config = CONFDIR "/squark.conf";
const char *squark_dbname = LIBDIR "/squark.db";