From 10ab623d438a52185fe9b767847e4603bd7729ba Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 16 May 2024 16:02:15 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_assert.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_assert.h b/include/SDL3/SDL_assert.h index 4254d0f7e6..9de1990221 100644 --- a/include/SDL3/SDL_assert.h +++ b/include/SDL3/SDL_assert.h @@ -52,7 +52,8 @@ * - It allows the default assertion handler to be controlled with environment * variables, in case an automated script needs to control it. * - * To use it: do a debug build and just sprinkle around tests check your code! + * To use it: do a debug build and just sprinkle around tests to check your + * code! */ #ifndef SDL_assert_h_