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 aea8fee..af7ff42 100644
--- a/src/config.c
+++ b/src/config.c
@@ -10,4 +10,4 @@
const char *squark_version = SQUARK_VERSION;
char *squark_config = CONFDIR "/squark.conf";
-const char *squark_dbname = LIBDIR "/squark.db";
+char *squark_dbname = LIBDIR "/squark.db";