Fix spelling of default

This commit is contained in:
Holger Hans Peter Freyther 2009-10-22 15:46:16 +02:00
parent 2c481b27fc
commit 555eba140d
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ static void nm_reconfig_trx(struct gsm_bts_trx *trx)
case GSM_BAND_1900:
trx->nominal_power = 23;
break;
dedfault:
default:
fprintf(stderr, "Unsupported nanoBTS GSM band %s\n",
gsm_band_name(trx->bts->band));
break;