diff --git a/src/notification.c b/src/notification.c index 3c75526..3eafa68 100644 --- a/src/notification.c +++ b/src/notification.c @@ -294,7 +294,7 @@ static void strsanitize(char **_string) { if (!string || strlen(string) == 0) return; - int index, quotes, output_index = 0; + int index = 0, quotes = 0, output_index = 0; char cell; while ((cell = string[index++]))