diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-29 10:39:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-29 10:39:41 +0000 |
commit | 86956748b1365d720f60b3af678da87786c810d4 (patch) | |
tree | 3d7786e3605decbe879ac5b71f276ccc8a770bf6 | |
parent | ded114511b2a53d84581b528b9969fc40d64c38f (diff) | |
download | coreutils-86956748b1365d720f60b3af678da87786c810d4.tar.xz |
(enum): Remove comma from end of enumerator list.
From Gerhard Poul <gpoul@gnu.org
-rw-r--r-- | src/tail.c | 2 |
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[] = |