]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(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 c6c5c260031d6f308e7be3ab39d0a54753bee603..61f13a4d40592e533dace3f618974a2b5b7b6bfd 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[] =