SDL: SDL_migration.cocci: fix syntax

From 85143c28b5e2f62f16ae6f6433dcf406cc12a6b2 Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Sun, 5 Feb 2023 09:36:45 +0100
Subject: [PATCH] SDL_migration.cocci: fix syntax

---
 build-scripts/SDL_migration.cocci | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci
index 5804e5a85b67..cd0b290c65b5 100644
--- a/build-scripts/SDL_migration.cocci
+++ b/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
-  (...)
\ No newline at end of file
+  (...)