Another missing semicolon

This commit is contained in:
Gregory Nutt 2015-04-23 07:18:59 -06:00
parent 093a144934
commit 071658bb6d

View File

@ -102,7 +102,7 @@ int sem_trywait(FAR sem_t *sem)
/* This API should not be called from interrupt handlers */
DEBUGASSERT(up_interrupt_context() == false)
DEBUGASSERT(up_interrupt_context() == false);
/* Assume any errors reported are due to invalid arguments. */