summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-24 23:34:46 +0000
committerJim Meyering <jim@meyering.net>1998-01-24 23:34:46 +0000
commit85923cb2bcf97e0c443adde0a4f4b95029846dc3 (patch)
tree94ec17d1d92406af6e96ad44b51bbf651246e6c5 /src/tail.c
parentbc05ba3d5a326f53b109aacb204e3cb06ed34b88 (diff)
downloadcoreutils-85923cb2bcf97e0c443adde0a4f4b95029846dc3.tar.xz
add missing `)'
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 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 == '+')