From 3cae70f6e6369974527a534127804cde727eab55 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Mar 2005 18:17:40 +0000 Subject: (long_options): Use NULL, not `0'. --- src/fmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fmt.c') diff --git a/src/fmt.c b/src/fmt.c index 26e1db0ee..81db109a7 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 -- cgit v1.2.3-54-g00ecf