]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(delimit_method_map): Remove trailing comma.
authorJim Meyering <jim@meyering.net>
Sat, 19 May 2001 08:45:13 +0000 (08:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 May 2001 08:45:13 +0000 (08:45 +0000)
src/uniq.c

index abf87d5c10b28563a3125f1337376ab2d16fdd96..51afd9617a72e7c2ccc2822084f9342069a91d86 100644 (file)
@@ -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.  */