Skip to content

Commit

Permalink
Update windows/hid.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw authored Apr 6, 2024
1 parent 6f901b2 commit 496381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ int HID_API_EXPORT hid_init(void)
if (lookup_functions() < 0) {
register_global_winapi_error(L"resolve DLL functions");
return -1;
}
}
hidapi_initialized = TRUE;
}
#endif
Expand Down

0 comments on commit 496381f

Please sign in to comment.