From: Jim Meyering Date: Mon, 28 Mar 2005 18:00:16 +0000 (+0000) Subject: (time_spec_string): Use NULL, not `0'. X-Git-Tag: CPPI-1_12~1194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c816682e076edd89b64fcb0feb4e84ce986564d;p=thirdparty%2Fcoreutils.git (time_spec_string): Use NULL, not `0'. --- diff --git a/src/date.c b/src/date.c index 18fc5a770b..2b1e0f373e 100644 --- a/src/date.c +++ b/src/date.c @@ -61,7 +61,7 @@ enum Time_spec static char const *const time_spec_string[] = { - "date", "hours", "minutes", "seconds", "ns", 0 + "date", "hours", "minutes", "seconds", "ns", NULL }; static enum Time_spec const time_spec[] =