SDL: SDL_migration.cocci: Fix renaming SDL_bool

From 4898cbb6cfc0d5b5b521c33ad106a1c9466fdfd2 Mon Sep 17 00:00:00 2001
From: Zack Middleton <[EMAIL REDACTED]>
Date: Sat, 12 Oct 2024 00:36:41 -0500
Subject: [PATCH] SDL_migration.cocci: Fix renaming SDL_bool

---
 build-scripts/SDL_migration.cocci | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci
index f8d893e5434c6..019b2ecdf45ff 100644
--- a/build-scripts/SDL_migration.cocci
+++ b/build-scripts/SDL_migration.cocci
@@ -3689,6 +3689,7 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
 + SDL_GetNumLogicalCPUCores
   (...)
 @@
+typedef SDL_bool, bool;
 @@
 - SDL_bool
 + bool