From: Jim Meyering Date: Mon, 28 Mar 2005 18:21:13 +0000 (+0000) Subject: (long_options): Use NULL, not `0'. X-Git-Tag: CPPI-1_12~1172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=734cf53a3ca28185869b0defdb5de9554e60343b;p=thirdparty%2Fcoreutils.git (long_options): Use NULL, not `0'. --- diff --git a/src/pr.c b/src/pr.c index 9cae999018..4870e41506 100644 --- a/src/pr.c +++ b/src/pr.c @@ -775,7 +775,7 @@ static struct option const long_options[] = {"page-width", required_argument, NULL, 'W'}, {GETOPT_HELP_OPTION_DECL}, {GETOPT_VERSION_OPTION_DECL}, - {0, 0, 0, 0} + {NULL, 0, NULL, 0} }; /* Return the number of columns that have either an open file or