mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Fix typo, by Ed Swierk.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2408 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b80029cad1
commit
b63891a08e
1 changed files with 1 additions and 1 deletions
2
hw/usb.h
2
hw/usb.h
|
@ -164,7 +164,7 @@ struct USBPacket {
|
|||
USBCallback *complete_cb;
|
||||
void *complete_opaque;
|
||||
USBCallback *cancel_cb;
|
||||
void * *cancel_opaque;
|
||||
void *cancel_opaque;
|
||||
};
|
||||
|
||||
/* Defer completion of a USB packet. The hadle_packet routine should then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue