gsm0411_smr: Make the look-up table static

This commit is contained in:
Holger Hans Peter Freyther 2014-05-23 08:49:34 +02:00
parent 8e5435a864
commit 61d33925a0
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void gsm411_smr_clear(struct gsm411_smr_inst *inst)
osmo_timer_del(&inst->rp_timer);
}
const char *smr_state_names[] = {
static const char *smr_state_names[] = {
"IDLE",
"WAIT_FOR_RP_ACK",
"illegal state 2"