summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-28 18:17:40 +0000
committerJim Meyering <jim@meyering.net>2005-03-28 18:17:40 +0000
commit3cae70f6e6369974527a534127804cde727eab55 (patch)
tree988bd2cca59b8aabb88b662aa3b2bc38e9f4d9cd /src/fmt.c
parenteab72607cc3d0877391147429b22012091624322 (diff)
downloadcoreutils-3cae70f6e6369974527a534127804cde727eab55.tar.xz
(long_options): Use NULL, not `0'.
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c2
1 files changed, 1 insertions, 1 deletions
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