diff options
-rw-r--r-- | src/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = |