Преглед на файлове

Sync SDL3 wiki -> header

SDL Wiki Bot преди 1 година
родител
ревизия
ea1904eda1
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      include/SDL3/SDL_stdinc.h

+ 2 - 2
include/SDL3/SDL_stdinc.h

@@ -137,8 +137,8 @@ void *alloca(size_t);
      (SDL_static_cast(Uint32, SDL_static_cast(Uint8, (D))) << 24))
 
 /**
-* Append the 64 bit integer suffix to an integer literal.
-*/
+ * Append the 64 bit integer suffix to an integer literal.
+ */
 #define SDL_SINT64_C(c)  INT64_C(c)
 #define SDL_UINT64_C(c)  UINT64_C(c)