(time_spec_string): Use NULL, not `0'.
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:00:16 +0000 (18:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:00:16 +0000 (18:00 +0000)
src/date.c

index 18fc5a7..2b1e0f3 100644 (file)
@@ -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[] =