From b5c0921196bb085f90ce100696f7e99be37ff2db Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 3 Aug 2024 02:37:43 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_events.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index 2c12c8a5cecbd..4c113f9a3efce 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -1404,7 +1404,6 @@ extern SDL_DECLSPEC Uint32 SDLCALL SDL_RegisterEvents(int numevents);
* Get window associated with an event.
*
* \param event an event containing a `windowID`.
- *
* \returns the associated window on success or NULL if there is none.
*
* \since This function is available since SDL 3.0.0.