summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 9c06334ba..8783bfdd1 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -876,7 +876,7 @@ parse_obsolescent_option (int argc, const char *const *argv,
if (argc < 2)
return 0;
- if ( ! (p[0] == '+' || (p[0] == '-' && ISDIGIT (p[1])))
+ if ( ! (p[0] == '+' || (p[0] == '-' && ISDIGIT (p[1]))) )
return 0;
if (*p == '+')