summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmutexattr01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmutexattr01/init.c')
-rw-r--r--testsuites/psxtests/psxmutexattr01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxmutexattr01/init.c b/testsuites/psxtests/psxmutexattr01/init.c
index 8dda8daa69..24f0cd2637 100644
--- a/testsuites/psxtests/psxmutexattr01/init.c
+++ b/testsuites/psxtests/psxmutexattr01/init.c
@@ -84,7 +84,7 @@ void *POSIX_Init(
printf( "Init - pthread_mutexattr_settype - %s\n", TypesToCheck[i].name );
sc = pthread_mutexattr_settype( &attr, TypesToCheck[i].type );
rtems_test_assert( sc == TypesToCheck[i].status );
-
+
type = -2;
if ( TypesToCheck[i].status == 0 ) {