Left in a ret value.

This commit is contained in:
Matthew Parlane 2012-12-31 18:20:16 +13:00
parent 90ce6ad371
commit cda82eb1fc
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ libusb_device_handle * CWII_IPC_HLE_Device_hid::GetDeviceByDevNum(u32 devNum)
#ifdef _WIN32 #ifdef _WIN32
else if (ret == LIBUSB_ERROR_NOT_SUPPORTED) else if (ret == LIBUSB_ERROR_NOT_SUPPORTED)
{ {
WARN_LOG(WII_IPC_HID, "Please install the libusb drivers for the device %04X:%04X", ret, desc.idVendor, desc.idProduct); WARN_LOG(WII_IPC_HID, "Please install the libusb drivers for the device %04X:%04X", desc.idVendor, desc.idProduct);
} }
#endif #endif
else else