From a73da0345cd1d4ada0b96df5375941bf309834e3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Mar 2005 18:18:21 +0000 Subject: (follow_mode_string): Use NULL, not `0'. --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tail.c') diff --git a/src/tail.c b/src/tail.c index 1fbb1cf65..9a94a4d8e 100644 --- a/src/tail.c +++ b/src/tail.c @@ -90,7 +90,7 @@ enum Follow_mode static char const *const follow_mode_string[] = { - "descriptor", "name", 0 + "descriptor", "name", NULL }; static enum Follow_mode const follow_mode_map[] = -- cgit v1.2.3-54-g00ecf