From 35c5b2e404ed532db8e852155d336fd02abd1ffd Mon Sep 17 00:00:00 2001 From: miketsmith Date: Thu, 11 Oct 2018 14:07:07 -0500 Subject: [PATCH] Fix doc string for hid_enumerate Wrong struct called out --- hidapi/hidapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index ad7619a..1819f8d 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -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(). */