aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/femtobts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-12 21:52:22 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-04-12 21:52:22 +0200
commit76aa95453f6918e0e79b9959ad4561787e33196d (patch)
treef27d5107cbbe0e5320c6bf54e96df77a95a66744 /src/osmo-bts-sysmo/femtobts.h
parentc623c4e589d887f8ba779a03543213d55b6d82f4 (diff)
misc: Fix compiler warning of the femtobts_clksrc_names
femtobts.c:249:2: warning: excess elements in array initializer [enabled by default] femtobts.c:249:2: warning: (near initialization for ‘femtobts_clksrc_names’) [enabled by default]
Diffstat (limited to 'src/osmo-bts-sysmo/femtobts.h')
-rw-r--r--src/osmo-bts-sysmo/femtobts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/femtobts.h b/src/osmo-bts-sysmo/femtobts.h
index 1664d28f..3a8d448f 100644
--- a/src/osmo-bts-sysmo/femtobts.h
+++ b/src/osmo-bts-sysmo/femtobts.h
@@ -39,6 +39,6 @@ const struct value_string femtobts_tracef_names[29];
const struct value_string femtobts_tch_pl_names[15];
-const struct value_string femtobts_clksrc_names[7];
+const struct value_string femtobts_clksrc_names[8];
#endif /* FEMTOBTS_H */