diff options
Diffstat (limited to 'modules/cal-config-weather')
-rw-r--r-- | modules/cal-config-weather/evolution-cal-config-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cal-config-weather/evolution-cal-config-weather.c b/modules/cal-config-weather/evolution-cal-config-weather.c index 5387fe16c4..d5a4e2ca8d 100644 --- a/modules/cal-config-weather/evolution-cal-config-weather.c +++ b/modules/cal-config-weather/evolution-cal-config-weather.c @@ -118,7 +118,7 @@ cal_config_weather_string_to_location (GBinding *binding, match = start = gweather_location_find_by_station_code (world, code); while (match) { - char *cmp_city_name; + gchar *cmp_city_name; /* Does the city name match? */ cmp_city_name = gweather_location_get_city_name (match); |