From 3568b0f65f89008800ff7d8d18380c77a8a56f4d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 21 Nov 1994 14:23:15 +0000 Subject: [PATCH] . --- lib/getopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/getopt.c b/lib/getopt.c index 4bab2b1b9a..45b16d19dd 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -478,7 +478,8 @@ _getopt_internal (argc, argv, optstring, longopts, longind, long_only) for (nameend = nextchar; *nameend && *nameend != '='; nameend++) /* Do nothing. */ ; -#ifdef lint /* Suppress `used before initialized' warning. */ +#ifdef lint + /* Suppress `used before initialized' warning. */ indfound = 0; #endif -- 2.30.2