Răsfoiți Sursa

SDL_mutex.h: Fixed code example.

Ryan C. Gordon 11 luni în urmă
părinte
comite
c318b1f926
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      include/SDL3/SDL_mutex.h

+ 1 - 1
include/SDL3/SDL_mutex.h

@@ -942,7 +942,7 @@ typedef enum SDL_InitStatus
  * Here is an example of using this:
  *
  * ```c
- *    static SDL_AtomicInitState init;
+ *    static SDL_InitState init;
  *
  *    bool InitSystem(void)
  *    {