diff options
Diffstat (limited to 'plugins/calendar-weather/calendar-weather.c')
-rw-r--r-- | plugins/calendar-weather/calendar-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index bd4563c489..a7ad776894 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -146,7 +146,7 @@ parse_subtree (GtkTreeIter *parent, xmlNode *node) } static void -load_locations () +load_locations (void) { xmlDoc *doc; xmlNode *root, *child; |