From: Jim Meyering Date: Sat, 19 May 2001 08:45:13 +0000 (+0000) Subject: (delimit_method_map): Remove trailing comma. X-Git-Tag: CPPI-1_9~101 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=43624d4052251b74beb2f28376ec7a4fef283abd;p=thirdparty%2Fcoreutils.git (delimit_method_map): Remove trailing comma. --- diff --git a/src/uniq.c b/src/uniq.c index abf87d5c10..51afd9617a 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. */