From: Jim Meyering Date: Fri, 6 Aug 1999 19:21:05 +0000 (+0000) Subject: (Follow_mode): Remove comma at end of enumerator list. X-Git-Tag: TEXTUTILS-2_0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=505ee4c31ca59edc327baf3d433d4cd8dec61ae3;p=thirdparty%2Fcoreutils.git (Follow_mode): Remove comma at end of enumerator list. Reported by Kaveh Ghazi. --- diff --git a/src/tail.c b/src/tail.c index 8365a1354b..b1b4b44902 100644 --- a/src/tail.c +++ b/src/tail.c @@ -75,7 +75,7 @@ enum Follow_mode /* Follow each descriptor obtained upon opening a file. That means we'll continue to follow the end of a file even after it has been renamed or unlinked. */ - Follow_descriptor = 2, + Follow_descriptor = 2 }; static char const *const follow_mode_string[] =