summaryrefslogtreecommitdiff
path: root/miscutils/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/time.c')
-rw-r--r--miscutils/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c
index eace390e6..dcc3a5b4c 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -464,7 +464,7 @@ int time_main(int argc UNUSED_PARAM, char **argv)
464 int opt; 464 int opt;
465 int ex; 465 int ex;
466 enum { 466 enum {
467#if ENABLE_PLATFORM_MINGW32 467#if !ENABLE_PLATFORM_MINGW32
468 OPT_v = (1 << 0), 468 OPT_v = (1 << 0),
469 OPT_p = (1 << 1), 469 OPT_p = (1 << 1),
470 OPT_a = (1 << 2), 470 OPT_a = (1 << 2),