From f15cef94f722c02b0fc401e40bcc4b7a22f9cbed Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 1 Jul 2011 18:22:01 +0200 Subject: fix various compiler warnings --- src/common/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/logging.c') diff --git a/src/common/logging.c b/src/common/logging.c index a7df2282..608b6267 100644 --- a/src/common/logging.c +++ b/src/common/logging.c @@ -30,7 +30,7 @@ #include #include -static const struct log_info_cat bts_log_info_cat[] = { +static struct log_info_cat bts_log_info_cat[] = { [DRSL] = { .name = "DRSL", .description = "A-bis Radio Siganlling Link (RSL)", -- cgit v1.2.3