From ad842dd5ad53eb6d5e9600c560177dd3df063670 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 4 Nov 2023 13:56:31 -0700
Subject: [PATCH] Fixed a typo in SDL_log.h
---
include/SDL3/SDL_log.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_log.h b/include/SDL3/SDL_log.h
index d56b05909f4d..d4eb9545fe41 100644
--- a/include/SDL3/SDL_log.h
+++ b/include/SDL3/SDL_log.h
@@ -163,8 +163,7 @@ extern DECLSPEC void SDLCALL SDL_LogResetPriorities(void);
/**
* Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.
*
- * = * \param fmt a printf() style message format string
- *
+ * \param fmt a printf() style message format string
* \param ... additional parameters matching % tokens in the `fmt` string, if
* any
*