summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c
index abf87d5c1..51afd9617 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -96,7 +96,7 @@ static char const *const delimit_method_string[] =
static enum delimit_method const delimit_method_map[] =
{
- delimit_none, delimit_all, delimit_minimum,
+ delimit_none, delimit_all, delimit_minimum
};
/* Select whether/how to delimit groups of duplicate lines. */