summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx04/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx04/task1.c')
-rw-r--r--testsuites/psxtests/psx04/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx04/task1.c b/testsuites/psxtests/psx04/task1.c
index 930f3cb777..046ece1476 100644
--- a/testsuites/psxtests/psx04/task1.c
+++ b/testsuites/psxtests/psx04/task1.c
@@ -7,7 +7,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -24,7 +24,7 @@ void *Task_1(
void *argument
)
{
- int seconds;
+ unsigned int seconds;
printf( "Task_1: sleeping for 5 seconds\n" );