aboutsummaryrefslogtreecommitdiff
path: root/src/helper/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/log.c')
-rw-r--r--src/helper/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/log.c b/src/helper/log.c
index cb1fbac..c15b95d 100644
--- a/src/helper/log.c
+++ b/src/helper/log.c
@@ -52,7 +52,7 @@ static long long current_time;
static long long start;
-static char *log_strings[5] = {
+static const char * const log_strings[5] = {
"User : ",
"Error: ",
"Warn : ", /* want a space after each colon, all same width, colons aligned */