From ea1904eda15a48974f81f7c073de6e2ffe840918 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 6 May 2024 16:09:31 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_stdinc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index 9ee73839c1..7fe0bb8104 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -137,8 +137,8 @@ void *alloca(size_t); (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24)) /** -* Append the 64 bit integer suffix to an integer literal. -*/ + * Append the 64 bit integer suffix to an integer literal. + */ #define SDL_SINT64_C(c) INT64_C(c) #define SDL_UINT64_C(c) UINT64_C(c)