1
0
Fork 0
forked from nuttx/nuttx-update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1048 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-10-15 19:16:49 +00:00
parent 2f9e5e067d
commit 8acf7cecba

View file

@ -604,7 +604,7 @@ static int usbclass_sndpacket(FAR struct usbser_dev_s *priv)
len = usbclass_fillrequest(priv, req->buf, req->len);
if (len > 0)
{
/* Remove the empty contained from the request list */
/* Remove the empty container from the request list */
(void)sq_remfirst(&priv->reqlist);
priv->nwrq--;