2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>

* psx05/init.c: Spacing.
This commit is contained in:
Joel Sherrill
2011-01-03 01:59:22 +00:00
parent e184e3d596
commit f989f1d224
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psx05/init.c: Spacing.
2010-11-01 Alin Rus <alin.codejunkie@gmail.com>
* psxaio01/init.c, psxaio02/init.c: Improve coverage.

View File

@@ -432,7 +432,7 @@ void *POSIX_Init(
status = pthread_mutex_timedlock( &Mutex_id, &times );
if ( status != ETIMEDOUT )
printf( "status = %d\n", status );
rtems_test_assert( status == ETIMEDOUT );
rtems_test_assert( status == ETIMEDOUT );
/* switch to idle */