Skip to content

Commit 35c5b2e

Browse files
miketsmithQbicz
authored andcommitted
Fix doc string for hid_enumerate
Wrong struct called out
1 parent e5ce14a commit 35c5b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hidapi/hidapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ extern "C" {
129129
130130
@returns
131131
This function returns a pointer to a linked list of type
132-
struct #hid_device, containing information about the HID devices
132+
struct #hid_device_info, containing information about the HID devices
133133
attached to the system, or NULL in the case of failure. Free
134134
this linked list by calling hid_free_enumeration().
135135
*/

0 commit comments

Comments
 (0)