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);