gsm_utils: Fix typo in gsm band name

thanks to horizon for noticing :p

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-07-04 11:41:36 +02:00
parent e335b91ccd
commit e10ae5b083
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ const char *gsm_band_name(enum gsm_band band)
case GSM_BAND_450:
return "GSM450";
case GSM_BAND_480:
return "GSM450";
return "GSM480";
case GSM_BAND_750:
return "GSM750";
case GSM_BAND_810: