mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 13:09:11 +00:00
SDL_mutex.h: Fixed code example.
This commit is contained in:
parent
0e29c6295c
commit
c318b1f926
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue