]> git.refcnt.org Git - colorize.git/commitdiff
Add blank line
authorSteven Schubiger <stsc@refcnt.org>
Sun, 24 Feb 2013 22:54:24 +0000 (23:54 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 24 Feb 2013 22:54:24 +0000 (23:54 +0100)
colorize.c

index 5b5d40373a664857a56b61fdefb046123ab1468c..20f0c095c5a57073f7c510ac9c953490152e2ae6 100644 (file)
@@ -354,6 +354,7 @@ cleanup (void)
         for (i = 0; i < stacked_vars; i++)
           if (vars_list[i])
             free_null (vars_list[i]);
+
         free_null (vars_list);
       }
 }