From: Jim Meyering Date: Mon, 28 Mar 2005 18:17:40 +0000 (+0000) Subject: (long_options): Use NULL, not `0'. X-Git-Tag: CPPI-1_12~1175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cae70f6e6369974527a534127804cde727eab55;p=thirdparty%2Fcoreutils.git (long_options): Use NULL, not `0'. --- diff --git a/src/fmt.c b/src/fmt.c index 26e1db0eea..81db109a79 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -314,7 +314,7 @@ static const struct option long_options[] = {"width", required_argument, NULL, 'w'}, {GETOPT_HELP_OPTION_DECL}, {GETOPT_VERSION_OPTION_DECL}, - {0, 0, 0, 0}, + {NULL, 0, NULL, 0}, }; int