Skip to content

Commit

Permalink
fix typo from commit b84f150
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 17, 2024
1 parent b84f150 commit 6fa6297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hidapi/SDL_hidapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ int SDL_hid_init(void)
return -1;
}

#if defined(HAVE_PLATFORM_BACKEND) && !defined(SDL_HIDAPI_DISABLED)
#if defined(SDL_PLATFORM_MACOS) && !defined(SDL_HIDAPI_DISABLED)
hid_darwin_set_open_exclusive(0);
#endif

Expand Down

0 comments on commit 6fa6297

Please sign in to comment.