From: Steven Schubiger Date: Sun, 25 Oct 2015 19:08:06 +0000 (+0100) Subject: Don't initialize arg_cnt X-Git-Tag: v0.58~12 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=51d3c624413bd7f1ed5dca4b7262307ce65cb558 Don't initialize arg_cnt --- diff --git a/colorize.c b/colorize.c index 7bd79d0..ee2db84 100644 --- a/colorize.c +++ b/colorize.c @@ -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;