From: Jim Meyering Date: Sat, 24 Jan 1998 23:34:46 +0000 (+0000) Subject: add missing `)' X-Git-Tag: FILEUTILS-3_16l~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85923cb2bcf97e0c443adde0a4f4b95029846dc3;p=thirdparty%2Fcoreutils.git add missing `)' --- diff --git a/src/tail.c b/src/tail.c index 9c06334ba9..8783bfdd1d 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 == '+')