From 8e78c631da8d10593e22242a8e6f77cb3f67025d 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 ad7619aee..1819f8de0 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(). */