aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/logging.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-01 18:22:01 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-01 18:22:01 +0200
commitf15cef94f722c02b0fc401e40bcc4b7a22f9cbed (patch)
treecb9f65d2ce6144a61fdd9f4bb9153eb223248ca8 /src/common/logging.c
parent9fa0cce100d25585f5a1baff3353cd54a5a58d5f (diff)
fix various compiler warnings
Diffstat (limited to 'src/common/logging.c')
-rw-r--r--src/common/logging.c2
1 files changed, 1 insertions, 1 deletions
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 <osmo-bts/bts.h>
#include <osmo-bts/logging.h>
-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)",