radio-settings: Fix typo in radio_band_umts_from_string

This commit is contained in:
John Ernberg 2017-07-17 09:20:36 +00:00 committed by Denis Kenzior
parent f9df88a104
commit 8ad77d5e10
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ static gboolean radio_band_umts_from_string(const char *str,
enum ofono_radio_band_umts *band)
{
if (g_str_equal(str, "any")) {
*band = OFONO_RADIO_BAND_GSM_ANY;
*band = OFONO_RADIO_BAND_UMTS_ANY;
return TRUE;
} else if (g_str_equal(str, "850")) {
*band = OFONO_RADIO_BAND_UMTS_850;