From 369b93771bc25a215a3fca1e47458bbded794bfd Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 4 Oct 2024 20:38:03 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_surface.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h
index 42e2f68803a74..f50c5fc1e44f0 100644
--- a/include/SDL3/SDL_surface.h
+++ b/include/SDL3/SDL_surface.h
@@ -31,9 +31,10 @@
*
* There is also a simple .bmp loader, SDL_LoadBMP(). SDL itself does not
* provide loaders for various other file formats, but there are several
- * excellent external libraries that do, including it's own satellite library
- * [SDL_image](https://github.com/libsdl-org/SDL_image)
- * .
+ * excellent external libraries that do, including it's own satellite library,
+ * SDL_image:
+ *
+ * https://github.com/libsdl-org/SDL_image
*/
#ifndef SDL_surface_h_