From: Jim Meyering Date: Thu, 30 Jun 2005 16:47:38 +0000 (+0000) Subject: Add uses of ARGMATCH_VERIFY to ensure that X-Git-Tag: CPPI-1_12~436 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7078d7a5b8d3eede01610108c30ae149c54ae02d;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/src/du.c b/src/du.c index bd6aeba348..2d2dad2223 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