]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Follow_mode): Remove comma at end of enumerator list.
authorJim Meyering <jim@meyering.net>
Fri, 6 Aug 1999 19:21:05 +0000 (19:21 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Aug 1999 19:21:05 +0000 (19:21 +0000)
Reported by Kaveh Ghazi.

src/tail.c

index 8365a1354b70d336c62f476466ea9b3151398aeb..b1b4b4490257d89355d9b6df6a2b778e30963bea 100644 (file)
@@ -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[] =