From 5497de13e19c6dc6f9fb05b4902343b2ee538d5e Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 23 Jun 2022 19:16:34 +0100 Subject: [PATCH] Update hidapi/hidapi.h Co-authored-by: Ihor Dutchak --- hidapi/hidapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index d6ab16ae4..5625c3c61 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -478,7 +478,7 @@ extern "C" { @returns This function returns a pointer to the struct #hid_device_info for this hid_device, or NULL in the case of failure. - This struct is valid until the device is closed with hid_close() + This struct is valid until the device is closed with hid_close(). */ struct hid_device_info HID_API_EXPORT *HID_API_CALL hid_get_device_info(hid_device *dev);