Fix doc string for hid_enumerate

Wrong struct called out
This commit is contained in:
miketsmith
2018-10-11 14:07:07 -05:00
committed by Filip Kubicz
parent e5ce14aee2
commit 35c5b2e404
+1 -1
View File
@@ -129,7 +129,7 @@ extern "C" {
@returns
This function returns a pointer to a linked list of type
struct #hid_device, containing information about the HID devices
struct #hid_device_info, containing information about the HID devices
attached to the system, or NULL in the case of failure. Free
this linked list by calling hid_free_enumeration().
*/