From: Steven Schubiger Date: Wed, 21 Aug 2013 19:53:10 +0000 (+0200) Subject: Initialize file pointer X-Git-Tag: v0.52~8 X-Git-Url: http://git.refcnt.org/?a=commitdiff_plain;h=a3ca8405b18559c63924b2f7142332e423f674d9;p=colorize.git Initialize file pointer --- diff --git a/colorize.c b/colorize.c index 7bb8ee0..cd01f4a 100644 --- a/colorize.c +++ b/colorize.c @@ -239,7 +239,7 @@ main (int argc, char **argv) NULL, /* background */ }; - const char *file; + const char *file = NULL; program_name = argv[0]; atexit (cleanup);