summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-29 10:39:41 +0000
committerJim Meyering <jim@meyering.net>2000-06-29 10:39:41 +0000
commit86956748b1365d720f60b3af678da87786c810d4 (patch)
tree3d7786e3605decbe879ac5b71f276ccc8a770bf6 /src/tail.c
parentded114511b2a53d84581b528b9969fc40d64c38f (diff)
downloadcoreutils-86956748b1365d720f60b3af678da87786c810d4.tar.xz
(enum): Remove comma from end of enumerator list.
From Gerhard Poul <gpoul@gnu.org
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index c6c5c2600..61f13a4d4 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -208,7 +208,7 @@ enum
MAX_CONSECUTIVE_SIZE_CHANGES_OPTION,
PID_OPTION,
- LONG_FOLLOW_OPTION,
+ LONG_FOLLOW_OPTION
};
static struct option const long_options[] =