From 35b35bf58afbda45c7550ec2f192c202248cc2df Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 1 Feb 2026 10:27:12 -0800 Subject: [PATCH] Revert "Sync SDL3 wiki -> header" This reverts commit 104bee68f946b96a0100b4076ef32e1207b4a43e. --- include/SDL3/SDL_clipboard.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_clipboard.h b/include/SDL3/SDL_clipboard.h index 72eacf1ebe..fd084cc2dd 100644 --- a/include/SDL3/SDL_clipboard.h +++ b/include/SDL3/SDL_clipboard.h @@ -109,9 +109,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetClipboardText(const char *text); * This function returns an empty string if there is not enough memory left * for a copy of the clipboard's content. * - * \returns the clipboard text on success, an empty string on failure or NULL - * if out of memory; call SDL_GetError() for more information. This - * should be freed with SDL_free() when it is no longer needed. + * \returns the clipboard text on success, an empty string on failure or NULL if out of memory; call + * SDL_GetError() for more information. This should be freed with + * SDL_free() when it is no longer needed. * * \threadsafety This function should only be called on the main thread. *