gsm_utils: Fix typo in gsm band name
authorSylvain Munaut <tnt@246tNt.com>
Sun, 4 Jul 2010 09:41:36 +0000 (11:41 +0200)
committerSylvain Munaut <tnt@246tNt.com>
Sun, 4 Jul 2010 09:41:36 +0000 (11:41 +0200)
thanks to horizon for noticing :p

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
src/gsm_utils.c

index 913946e..dc97cef 100644 (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: