Skip to content

Commit

Permalink
Update windows/hidapi_descriptor_reconstruct.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ihor Dutchak <[email protected]>
  • Loading branch information
JoergAtGithub and Youw authored Oct 28, 2024
1 parent 7dd822a commit 0eabddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/hidapi_descriptor_reconstruct.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ int hid_winapi_descriptor_reconstruct_pp_data(void *preparsed_data, unsigned cha

BOOLEAN devicehasReportIDs = FALSE;
struct rd_main_item_node *list = main_item_list; // List root;
// Windows pp_data are per top-level collection, therefore top level coll end is unique
// Windows pp_data are per top-level collection, therefore top level coll end is unique
struct rd_main_item_node* node_before_top_level_coll_end = NULL;

while (list->next != NULL)
Expand Down

0 comments on commit 0eabddb

Please sign in to comment.