Another missing semicolon in a DEBUGASSERT statement

This commit is contained in:
Gregory Nutt 2015-04-27 12:26:40 -06:00
parent 621eae86b1
commit cec90e144a

View file

@ -1605,7 +1605,7 @@ static FAR struct usbmsc_cbw_s *usbhost_cbwalloc(FAR struct usbhost_state_s *pri
{ {
FAR struct usbmsc_cbw_s *cbw = NULL; FAR struct usbmsc_cbw_s *cbw = NULL;
DEBUGASSERT(priv->tbuffer && priv->tbuflen >= sizeof(struct usbmsc_cbw_s)) DEBUGASSERT(priv->tbuffer && priv->tbuflen >= sizeof(struct usbmsc_cbw_s));
/* Initialize the CBW sructure */ /* Initialize the CBW sructure */