]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(long_options): Use NULL, not `0'.
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:17:40 +0000 (18:17 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:17:40 +0000 (18:17 +0000)
src/fmt.c

index 26e1db0eea2b819738fd8fbe2141fb27d1ab5dbb..81db109a793c9f172392e87d7c1ce4a3b640d63a 100644 (file)
--- 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