From 70d23b23497c3868a6bb7bfc5c3a8c173f383c1c Mon Sep 17 00:00:00 2001
From: Cameron Gutman <[EMAIL REDACTED]>
Date: Mon, 17 Feb 2025 15:16:23 -0600
Subject: [PATCH] README-migration: Remove errant reference to SDL_FALSE_
---
docs/README-migration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README-migration.md b/docs/README-migration.md
index 0cbe9fe3e4bf3..deca6d0c254cb 100644
--- a/docs/README-migration.md
+++ b/docs/README-migration.md
@@ -411,7 +411,7 @@ The iscapture field of SDL_AudioDeviceEvent has been renamed recording.
SDL_QUERY, SDL_IGNORE, SDL_ENABLE, and SDL_DISABLE have been removed. You can use the functions SDL_SetEventEnabled() and SDL_EventEnabled() to set and query event processing state.
-SDL_AddEventWatch() now returns SDL_FALSE_ if it fails because it ran out of memory and couldn't add the event watch callback.
+SDL_AddEventWatch() now returns false if it fails because it ran out of memory and couldn't add the event watch callback.
SDL_RegisterEvents() now returns 0 if it couldn't allocate any user events.