SDL_migration.cocci: fix syntax

This commit is contained in:
Sylvain 2023-02-05 09:36:45 +01:00 committed by Sylvain Becker
parent 4a16d8d00e
commit 85143c28b5

View file

@ -2400,7 +2400,8 @@ SDL_DisplayMode e;
@@
- SDL_ScaleModeBest
+ SDL_SCALEMODE_BEST
@@
@@
- SDL_RenderCopy
+ SDL_RenderTexture
(...)
@ -2492,4 +2493,4 @@ expression e2;
@@
- SDL_RenderDrawRects
+ SDL_RenderRects
(...)
(...)