1
0
Эх сурвалжийг харах

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 өдөр өмнө
parent
commit
ceb4a7f1cb

+ 4 - 4
include/SDL3/SDL_stdinc.h

@@ -1581,10 +1581,10 @@ extern SDL_DECLSPEC void SDLCALL SDL_GetMemoryFunctions(SDL_malloc_func *malloc_
  * \param calloc_func custom calloc function.
  * \param calloc_func custom calloc function.
  * \param realloc_func custom realloc function.
  * \param realloc_func custom realloc function.
  * \param free_func custom free function.
  * \param free_func custom free function.
- * \returns true on success or false on failure. This only fails if there is
- *          a mix of NULL and non-NULL parameters. Failure will not set an
- *          error message (which allocates memory) so do _not_ call
- *          SDL_GetError() in response to a failure here.
+ * \returns true on success or false on failure. This only fails if there is a
+ *          mix of NULL and non-NULL parameters. Failure will not set an error
+ *          message (which allocates memory) so do _not_ call SDL_GetError()
+ *          in response to a failure here.
  *
  *
  * \threadsafety It is safe to call this function from any thread, but one
  * \threadsafety It is safe to call this function from any thread, but one
  *               should not replace the memory functions once any allocations
  *               should not replace the memory functions once any allocations