mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 06:45:44 +00:00
hidapi: sync with mainstream (typo fixes)
This commit is contained in:
@@ -814,7 +814,7 @@ struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id,
|
||||
}
|
||||
cur_dev = tmp;
|
||||
|
||||
/* move the pointer to the tail of returnd list */
|
||||
/* move the pointer to the tail of returned list */
|
||||
while (cur_dev->next != NULL) {
|
||||
cur_dev = cur_dev->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user