Explorar el Código

SDL_migration.cocci: fix syntax

Sylvain hace 3 años
padre
commit
85143c28b5
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      build-scripts/SDL_migration.cocci

+ 3 - 2
build-scripts/SDL_migration.cocci

@@ -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
-  (...)
+  (...)