From 39c2dacc8fd6a017c02008254c45c6ae23f64194 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 3 Jun 2024 18:21:49 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_error.h | 8 ++++----
include/SDL3/SDL_video.h | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/SDL3/SDL_error.h b/include/SDL3/SDL_error.h
index b1f62cf960566..e8438c9364558 100644
--- a/include/SDL3/SDL_error.h
+++ b/include/SDL3/SDL_error.h
@@ -96,10 +96,10 @@ extern SDL_DECLSPEC int SDLCALL SDL_OutOfMemory(void);
* Error strings are set per-thread, so an error set in a different thread
* will not interfere with the current thread's operation.
*
- * The returned string does **NOT** follow the SDL_GetStringRule! The
- * pointer is valid until the current thread's error string is changed, so
- * the caller should make a copy if the string is to be used after calling
- * into SDL again.
+ * The returned string does **NOT** follow the SDL_GetStringRule! The pointer
+ * is valid until the current thread's error string is changed, so the caller
+ * should make a copy if the string is to be used after calling into SDL
+ * again.
*
* \returns a message with information about the specific error that occurred,
* or an empty string if there hasn't been an error message set since
diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index 7622d07642ab0..307f8a818948b 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -339,8 +339,8 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetNumVideoDrivers(void);
* checked during initialization.
*
* The names of drivers are all simple, low-ASCII identifiers, like "cocoa",
- * "x11" or "windows". These never have Unicode characters, and are not
- * meant to be proper names.
+ * "x11" or "windows". These never have Unicode characters, and are not meant
+ * to be proper names.
*
* The returned string follows the SDL_GetStringRule.
*
@@ -357,8 +357,8 @@ extern SDL_DECLSPEC const char *SDLCALL SDL_GetVideoDriver(int index);
* Get the name of the currently initialized video driver.
*
* The names of drivers are all simple, low-ASCII identifiers, like "cocoa",
- * "x11" or "windows". These never have Unicode characters, and are not
- * meant to be proper names.
+ * "x11" or "windows". These never have Unicode characters, and are not meant
+ * to be proper names.
*
* The returned string follows the SDL_GetStringRule.
*