SDL_migration.cocci: Fix renaming SDL_bool

This commit is contained in:
Zack Middleton 2024-10-12 00:36:41 -05:00 committed by Sam Lantinga
parent 22566506d0
commit 4898cbb6cf

View File

@ -3689,6 +3689,7 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
+ SDL_GetNumLogicalCPUCores
(...)
@@
typedef SDL_bool, bool;
@@
- SDL_bool
+ bool