]> git.refcnt.org Git - colorize.git/commitdiff
Don't initialize arg_cnt
authorSteven Schubiger <stsc@refcnt.org>
Sun, 25 Oct 2015 19:08:06 +0000 (20:08 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 25 Oct 2015 19:08:06 +0000 (20:08 +0100)
colorize.c

index 7bd79d0dece86609cc51ed808b1d5a1b8af4d14a..ee2db84802f015312b1e9f24620d87619c80032d 100644 (file)
@@ -257,7 +257,7 @@ extern int optind;
 int
 main (int argc, char **argv)
 {
-    unsigned int arg_cnt = 0;
+    unsigned int arg_cnt;
 
     bool bold = false;