From 6e885d96193a4b0096fe7fed6d4e6c3e5f247283 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 9 Sep 2024 06:56:45 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_stdinc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index fa00be051f67b..0f11b8c1e7645 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -3323,7 +3323,7 @@ SDL_FORCE_INLINE SDL_bool SDL_size_add_check_overflow_builtin(size_t a, size_t b * * If for some reason you need to force this typedef to be an actual `void *`, * perhaps to work around a compiler or existing code, you can define - * `SDL_FUNCTION_IS_VOID_POINTER` before including any SDL headers. + * `SDL_FUNCTION_POINTER_IS_VOID_POINTER` before including any SDL headers. * * \since This datatype is available since SDL 3.0.0. */