mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-30 08:34:34 +00:00
SDL_migration.cocci: fix syntax
This commit is contained in:
@@ -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
|
||||
(...)
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user