From 31e6aa70e60e30c876e7c7b47b86b915b837d828 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Mar 2005 18:14:15 +0000 Subject: (delimit_method_string): Use NULL, not `0'. --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/uniq.c b/src/uniq.c index 736c2813e..27322e93e 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -98,7 +98,7 @@ enum delimit_method static char const *const delimit_method_string[] = { - "none", "prepend", "separate", 0 + "none", "prepend", "separate", NULL }; static enum delimit_method const delimit_method_map[] = -- cgit v1.2.3-54-g00ecf