Просмотр исходного кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 11 часов назад
Родитель
Сommit
38e7155cd6
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      include/SDL3/SDL_stdinc.h

+ 3 - 3
include/SDL3/SDL_stdinc.h

@@ -1302,9 +1302,9 @@ extern "C" {
 /**
  * Free memory previously allocated with SDL_stack_alloc.
  *
- * If SDL used alloca() to allocate this memory, this macro does nothing (other
- * than insert `((void)(data)` so the compiler sees an expression) and the
- * allocated memory will be automatically released when the function that
+ * If SDL used alloca() to allocate this memory, this macro does nothing
+ * (other than insert `((void)(data)` so the compiler sees an expression) and
+ * the allocated memory will be automatically released when the function that
  * called SDL_stack_alloc() returns. If SDL used SDL_malloc(), it will
  * SDL_free the memory immediately.
  *