SDL_ttf: Update SDL_migration.cocci

From 5287ff11bae3e747c56de66f395662e6338a5ac7 Mon Sep 17 00:00:00 2001
From: Tyler Winters <[EMAIL REDACTED]>
Date: Sun, 26 Apr 2026 04:56:16 -0600
Subject: [PATCH] Update SDL_migration.cocci

Add migrations for TTF_GetError and TTF_SetError
---
 build-scripts/SDL_migration.cocci | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci
index a4ab7eec..403cc32d 100644
--- a/build-scripts/SDL_migration.cocci
+++ b/build-scripts/SDL_migration.cocci
@@ -170,3 +170,13 @@
 - TTF_SetFontScriptName
 + TTF_SetFontScript
   (...)
+@@
+@@
+- TTF_GetError
++ SDL_GetError
+  (...)
+@@
+@@
+- TTF_SetError
++ SDL_SetError
+  (...)