diff options
-rw-r--r-- | utils/jz4740_tools/HXFreplace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jz4740_tools/HXFreplace.c b/utils/jz4740_tools/HXFreplace.c index bcfff82540..5a05525194 100644 --- a/utils/jz4740_tools/HXFreplace.c +++ b/utils/jz4740_tools/HXFreplace.c | |||
@@ -107,7 +107,7 @@ static int checksum(FILE *file) | |||
107 | 107 | ||
108 | int main(int argc, char *argv[]) | 108 | int main(int argc, char *argv[]) |
109 | { | 109 | { |
110 | FILE *infile, *outfile, *fw; | 110 | FILE *infile, *outfile, *fw = NULL; |
111 | 111 | ||
112 | fprintf(stderr, "HXFreplace v" VERSION " - (C) 2008 Maurus Cuelenaere\n"); | 112 | fprintf(stderr, "HXFreplace v" VERSION " - (C) 2008 Maurus Cuelenaere\n"); |
113 | fprintf(stderr, "This is free software; see the source for copying conditions. There is NO\n"); | 113 | fprintf(stderr, "This is free software; see the source for copying conditions. There is NO\n"); |