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]
This commit is contained in:
Holger Hans Peter Freyther 2012-04-12 21:52:22 +02:00
parent c623c4e589
commit 76aa95453f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */