1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

remove the parens I just added to Paul's patch

This commit is contained in:
Jim Meyering
2002-01-22 10:47:14 +00:00
parent ef95b3233e
commit f8053809f8

View File

@@ -560,6 +560,6 @@ enum
#if ! HAVE_FSEEKO && ! defined fseeko
# define fseeko(s, o, w) ((o) == (long) (o) \
? fseek ((s), (o), (w)) \
? fseek (s, o, w) \
: (errno = EOVERFLOW, -1))
#endif