missing semi
This commit is contained in:
parent
d66fd9f965
commit
caf8bac7fb
@ -125,7 +125,7 @@ static inline FAR struct semholder_s *sem_allocholder(sem_t *sem)
|
||||
pholder = NULL;
|
||||
}
|
||||
|
||||
DEBUGASSERT(pholder != NULL)
|
||||
DEBUGASSERT(pholder != NULL);
|
||||
return pholder;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user