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 8365a1354..b1b4b4490 100644 --- a/src/tail.c +++ b/src/tail.c @@ -75,7 +75,7 @@ enum Follow_mode /* Follow each descriptor obtained upon opening a file. That means we'll continue to follow the end of a file even after it has been renamed or unlinked. */ - Follow_descriptor = 2, + Follow_descriptor = 2 }; static char const *const follow_mode_string[] = |