From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- modules/cal-config-weather/evolution-cal-config-weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cal-config-weather') 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); -- cgit v1.2.3