From a3ca8405b18559c63924b2f7142332e423f674d9 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 21 Aug 2013 21:53:10 +0200 Subject: Initialize file pointer --- colorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3