diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index a70052fbc9..06bdccf0dd 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -1542,8 +1542,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_aligned_free(void *mem); /** * Get the number of outstanding (unfreed) allocations. * - * \returns the number of allocations or - * -1 if allocation counting is disabled. + * \returns the number of allocations or -1 if allocation counting is + * disabled. * * \threadsafety It is safe to call this function from any thread. *