]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add uses of ARGMATCH_VERIFY to ensure that
authorJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 16:47:38 +0000 (16:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 16:47:38 +0000 (16:47 +0000)
corresponding option string and value arrays are consistent.
Remove a harmless trailing `, 0' from a value list.

src/du.c

index bd6aeba3483431f861066638809e37882a15054e..2d2dad22237bd00a99191ade1cd5278d5aa384c6 100644 (file)
--- 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