From: ths Date: Sat, 10 Feb 2007 21:32:46 +0000 (+0000) Subject: Fix typo, by Ed Swierk. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b63891a08e16799842bae0ee341c1afa15a354b2;p=qemu.git Fix typo, by Ed Swierk. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2408 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/usb.h b/hw/usb.h index ed8890e39a..a6d0ae6587 100644 --- a/hw/usb.h +++ b/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