From 4a2683e2c103b82c461d24fa7a61d78deeadf07c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 16 Sep 2024 20:09:54 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_log.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_log.h b/include/SDL3/SDL_log.h
index a6618082e2e79..356ce2b0c7ef0 100644
--- a/include/SDL3/SDL_log.h
+++ b/include/SDL3/SDL_log.h
@@ -425,7 +425,9 @@ extern SDL_DECLSPEC void SDLCALL SDL_LogMessageV(int category,
/**
* The prototype for the log output callback function.
*
- * This function is called by SDL when there is new text to be logged. A mutex is held so that this function is never called by more than one thread at once.
+ * This function is called by SDL when there is new text to be logged. A mutex
+ * is held so that this function is never called by more than one thread at
+ * once.
*
* \param userdata what was passed as `userdata` to
* SDL_SetLogOutputFunction().