Skip to content

Commit

Permalink
SDL_migration.cocci: Fix renaming SDL_bool
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman authored and slouken committed Oct 12, 2024
1 parent 2256650 commit 4898cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/SDL_migration.cocci
Original file line number Diff line number Diff line change
Expand Up @@ -3689,6 +3689,7 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
+ SDL_GetNumLogicalCPUCores
(...)
@@
typedef SDL_bool, bool;
@@
- SDL_bool
+ bool
Expand Down

0 comments on commit 4898cbb

Please sign in to comment.