usb: fix another typo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31601 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2012-01-07 18:09:23 +00:00
parent eb3e1756cf
commit 279e90e654

View file

@ -411,7 +411,7 @@ static bool usb_handle_connected_ack(void)
} }
else else
{ {
DEBUGF("usb: got ack, %d to go...\n", num_acks_to_expect); DEBUGF("usb: got ack, %d to go...\n", usb_num_acks_to_expect);
} }
return false; return false;