summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx09/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx09/init.c')
-rw-r--r--testsuites/psxtests/psx09/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx09/init.c b/testsuites/psxtests/psx09/init.c
index a2e995316a..bb47925221 100644
--- a/testsuites/psxtests/psx09/init.c
+++ b/testsuites/psxtests/psx09/init.c
@@ -174,7 +174,7 @@ void *POSIX_Init(
}
now = time( &now );
- if ( now - start > 3 )
+ if ( now - start > 3 )
break;
priority = schedparam.sched_priority;