From b962737080766d5a6e23b6afc30463f32a172056 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 7 Sep 2005 06:08:01 +0000 Subject: (time_args): Use NULL in place of 0. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/du.c b/src/du.c index df5088e30..08d29d241 100644 --- 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[] = { -- cgit v1.2.3-54-g00ecf