aboutsummaryrefslogtreecommitdiffstats
path: root/runtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.c')
-rw-r--r--runtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.c b/runtest.c
index b50909d5..b05bfe6f 100644
--- a/runtest.c
+++ b/runtest.c
@@ -78,7 +78,7 @@
* on this system, avoid any compilation error
*/
#ifdef O_BINARY
-#define RD_FLAGS (O_RDONLY | O_BINARY)
+#define RD_FLAGS O_RDONLY | O_BINARY
#else
#define RD_FLAGS O_RDONLY
#endif