diff options
Diffstat (limited to 'libgweather/weather-metar.c')
-rw-r--r-- | libgweather/weather-metar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/weather-metar.c b/libgweather/weather-metar.c index 44c0820..17ebea1 100644 --- a/libgweather/weather-metar.c +++ b/libgweather/weather-metar.c @@ -353,7 +353,7 @@ metar_tok_cond (gchar *tokp, GWeatherInfo *info) priv->cond.phenomenon = GWEATHER_PHENOMENON_SNOW_GRAINS; } else if (!strcmp (sphen, "IC")) { priv->cond.phenomenon = GWEATHER_PHENOMENON_ICE_CRYSTALS; - } else if (!strcmp (sphen, "PE")) { + } else if (!strcmp (sphen, "PL")) { priv->cond.phenomenon = GWEATHER_PHENOMENON_ICE_PELLETS; } else if (!strcmp (sphen, "GR")) { priv->cond.phenomenon = GWEATHER_PHENOMENON_HAIL; |