summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 51f7c2d..ee405fd 100644
--- a/src/log.c
+++ b/src/log.c
@@ -28,7 +28,7 @@
#include "utils.h"
#include "vector.h"
-static char *syslog_level[] = {
+static const char *syslog_level[] = {
NULL,
NULL,
"CRITICAL",