From c1db29199e3caf5cd56daad08b8926ffa97da136 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 18 Jan 2013 23:48:10 +0100 Subject: usb: Fix compilation for MinGW (regression) 84f2d0ea added an argument to function usb_host_info. The stub function must match the declaration in usb.h. Signed-off-by: Stefan Weil Signed-off-by: Blue Swirl --- hw/usb/host-stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/usb/host-stub.c') diff --git a/hw/usb/host-stub.c b/hw/usb/host-stub.c index 58423a0f5c..8affba76c1 100644 --- a/hw/usb/host-stub.c +++ b/hw/usb/host-stub.c @@ -35,7 +35,7 @@ #include "hw/usb.h" #include "monitor/monitor.h" -void usb_host_info(Monitor *mon) +void usb_host_info(Monitor *mon, const QDict *qdict) { monitor_printf(mon, "USB host devices not supported\n"); } -- cgit v1.2.1