From 8c8ff56fec128b736a7e9b2e0a414e9bc4cdd7dd Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 17 Nov 2014 13:36:10 -0500 Subject: [PATCH] fix pointer const declaration and make it static --- daemon/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/log.c b/daemon/log.c index e3cc34c73..94d9f6421 100644 --- a/daemon/log.c +++ b/daemon/log.c @@ -44,7 +44,7 @@ const _fac_code_t _facilitynames[] = { NULL, -1 } }; -const char const* prio_str[] = { +static const char* const prio_str[] = { "EMERG", "ALERT", "CRIT",