(time_args): Use NULL in place of 0.
authorJim Meyering <jim@meyering.net>
Wed, 7 Sep 2005 06:08:01 +0000 (06:08 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 7 Sep 2005 06:08:01 +0000 (06:08 +0000)
src/du.c

index df5088e303169a6446bd830ac99cd25c29c513b3..08d29d241f7b894baae8234993d77062bd01d29d 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -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[] =
 {