summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-08-07 09:27:51 +0200
committerMichael Adam <obnox@samba.org>2009-08-07 09:27:51 +0200
commit87f5657db01d321706c79d232919f0c8c5432853 (patch)
tree4132f2a88a7762638af69553bea92dfdadc9c4d7
parent1052502b63841dc366591ba2acb845ab85ce7304 (diff)
downloadtinyproxy-87f5657db01d321706c79d232919f0c8c5432853.tar.gz
tinyproxy-87f5657db01d321706c79d232919f0c8c5432853.zip
log: make const char array const.
Michael
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",