Index: Utilities.h =================================================================== diff -u -r7574a250df6c0a773344ccafb62431c22930f6a3 -r2085b78963ddd7ea13b38eeb8e8b0370c6ccdb80 --- Utilities.h (.../Utilities.h) (revision 7574a250df6c0a773344ccafb62431c22930f6a3) +++ Utilities.h (.../Utilities.h) (revision 2085b78963ddd7ea13b38eeb8e8b0370c6ccdb80) @@ -112,7 +112,7 @@ void initSemaphores( void ); BOOL getSemaphore( SEMAPHORE_T s ); void releaseSemaphore( SEMAPHORE_T s ); -BOOL isSemaphoreReleased( SEMAPHORE_T s ); +BOOL isSemaphoreReleased( SEMAPHORE_T s ); /**@}*/