log: make const char array const.

Michael
This commit is contained in:
Michael Adam 2009-08-07 09:27:51 +02:00
parent 1052502b63
commit 87f5657db0

View File

@ -28,7 +28,7 @@
#include "utils.h"
#include "vector.h"
static char *syslog_level[] = {
static const char *syslog_level[] = {
NULL,
NULL,
"CRITICAL",