mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
missing semi
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user