From: Jim Meyering Date: Wed, 7 Sep 2005 06:08:01 +0000 (+0000) Subject: (time_args): Use NULL in place of 0. X-Git-Tag: CPPI-1_12~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b962737080766d5a6e23b6afc30463f32a172056;p=thirdparty%2Fcoreutils.git (time_args): Use NULL in place of 0. --- diff --git a/src/du.c b/src/du.c index df5088e303..08d29d241f 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[] = {