summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-30 16:47:38 +0000
committerJim Meyering <jim@meyering.net>2005-06-30 16:47:38 +0000
commit7078d7a5b8d3eede01610108c30ae149c54ae02d (patch)
tree96708b49739b0cdd9e17c54566eebdecfe32433d /src/du.c
parent779a89cdb444cf4426eb31ab3d63b2575b29431f (diff)
downloadcoreutils-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/du.c')
-rw-r--r--src/du.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index bd6aeba34..2d2dad222 100644
--- a/src/du.c
+++ b/src/du.c
@@ -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