diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-30 16:47:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-30 16:47:38 +0000 |
commit | 7078d7a5b8d3eede01610108c30ae149c54ae02d (patch) | |
tree | 96708b49739b0cdd9e17c54566eebdecfe32433d /src | |
parent | 779a89cdb444cf4426eb31ab3d63b2575b29431f (diff) | |
download | coreutils-7078d7a5b8d3eede01610108c30ae149c54ae02d.tar.xz |
Add uses of ARGMATCH_VERIFY to ensure that
corresponding option string and value arrays are consistent.
Remove a harmless trailing `, 0' from a value list.
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -240,7 +240,6 @@ static char const *const time_args[] = { "atime", "access", "use", "ctime", "status", 0 }; - static enum time_type const time_types[] = { time_atime, time_atime, time_atime, time_ctime, time_ctime |