(enum): Remove comma from end of enumerator list.
authorJim Meyering <jim@meyering.net>
Thu, 29 Jun 2000 10:39:41 +0000 (10:39 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Jun 2000 10:39:41 +0000 (10:39 +0000)
From Gerhard Poul <gpoul@gnu.org

src/tail.c

index c6c5c26..61f13a4 100644 (file)
@@ -208,7 +208,7 @@ enum
   MAX_CONSECUTIVE_SIZE_CHANGES_OPTION,
 
   PID_OPTION,
-  LONG_FOLLOW_OPTION,
+  LONG_FOLLOW_OPTION
 };
 
 static struct option const long_options[] =