mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 02:36:16 +02:00
add missing `)'
This commit is contained in:
@@ -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 == '+')
|
||||
|
||||
Reference in New Issue
Block a user