From fbfcd839efdce2d53288e671665bf93e646df04c Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Mon, 13 Oct 2008 03:45:58 -0400 Subject: [PATCH] remove compile warning from modindex.c Signed-off-by: Jon Masters --- modindex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modindex.c b/modindex.c index 8e1711b..a167d3a 100644 --- a/modindex.c +++ b/modindex.c @@ -159,8 +159,8 @@ int main(int argc, char *argv[]) { char opt; char mode = 0; - char *filename; - char *key; + char *filename = NULL; + char *key = NULL; while ((opt = getopt_long(argc, argv, "odsw", options, NULL)) != -1) { -- 2.11.4.GIT