diff options
Diffstat (limited to 'usb-linux.c')
-rw-r--r-- | usb-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-linux.c b/usb-linux.c index 9cd543d714..8009a1b608 100644 --- a/usb-linux.c +++ b/usb-linux.c @@ -55,7 +55,7 @@ typedef struct USBHostDevice { int fd; } USBHostDevice; -static void usb_host_handle_reset(USBDevice *dev) +static void usb_host_handle_reset(USBDevice *dev, int destroy) { #if 0 USBHostDevice *s = (USBHostDevice *)dev; |