diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-07 06:08:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-07 06:08:01 +0000 |
commit | b962737080766d5a6e23b6afc30463f32a172056 (patch) | |
tree | 235d00aa72f2e66acdc659d1b1b910b6a23a7a64 | |
parent | 2aeb8c7fa90766693f68ea84af09f4dbd0d9ae79 (diff) | |
download | coreutils-b962737080766d5a6e23b6afc30463f32a172056.tar.xz |
(time_args): Use NULL in place of 0.
-rw-r--r-- | src/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ static struct option const long_options[] = static char const *const time_args[] = { - "atime", "access", "use", "ctime", "status", 0 + "atime", "access", "use", "ctime", "status", NULL }; static enum time_type const time_types[] = { |