diff options
Diffstat (limited to 'mateweather')
-rw-r--r-- | mateweather/mateweather-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mateweather/mateweather-dialog.c b/mateweather/mateweather-dialog.c index b84f94c8..e8ff29ae 100644 --- a/mateweather/mateweather-dialog.c +++ b/mateweather/mateweather-dialog.c @@ -115,7 +115,7 @@ static void link_cb(GtkButton* button, gpointer data) static gchar* replace_multiple_new_lines(gchar* s) { gchar *prev_s = s; - gint count = 0; + gint count; gint i; if (s == NULL) { |