diff options
-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[] = |