From ee1f3baa7e692effb1f81485fc150496f73262fe Mon Sep 17 00:00:00 2001 From: Munkyu Im Date: Thu, 23 Jul 2015 13:40:41 +0900 Subject: [PATCH] debugch: remove duplicated const Change-Id: I799c47a703f38c7fa67b9265102017cf97bc697f Signed-off-by: Munkyu Im --- tizen/src/util/new_debug_ch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/util/new_debug_ch.c b/tizen/src/util/new_debug_ch.c index 8e5407e90a..233e86c635 100644 --- a/tizen/src/util/new_debug_ch.c +++ b/tizen/src/util/new_debug_ch.c @@ -42,7 +42,7 @@ static int fd = STDOUT_FILENO; static const char * const debug_classes[] = {"SEVR", "WARN", "INFO", "CONF", "FINE", "TRCE"}; -static const char const debug_classes_acronym[] = +static const char debug_classes_acronym[] = {'S', 'W', 'I', 'C', 'F', 'T'}; #define MAX_DEBUG_OPTIONS 256 -- 2.34.1