libusb: Return string in hid_error()

This commit is contained in:
Luca Weiss
2019-07-03 17:00:51 +02:00
committed by Ihor Dutchak
parent 42dede9db5
commit b0ec6f0918
+1 -1
View File
@@ -1294,7 +1294,7 @@ int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index
HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev)
{
return NULL;
return L"hid_error is not implemented yet";
}