SDL: Sync SDL3 wiki -> header (64cbf)

From 64cbf02dbf745319469634d11a256ea5aa77b749 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 4 Oct 2024 19:35:00 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_gpu.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h
index bc8882e172230..46b0046da2483 100644
--- a/include/SDL3/SDL_gpu.h
+++ b/include/SDL3/SDL_gpu.h
@@ -147,7 +147,8 @@
  * limited hardware support, this API is probably not for you.
  *
  * Examples demonstrating proper usage of this API can be found
- * [here](https://github.com/TheSpydog/SDL_gpu_examples).
+ * [here](https://github.com/TheSpydog/SDL_gpu_examples)
+ * .
  */
 
 #ifndef SDL_gpu_h_