From 87f5657db01d321706c79d232919f0c8c5432853 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Aug 2009 09:27:51 +0200 Subject: log: make const char array const. Michael --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", -- cgit v1.2.3