SDL_mutex.h: Fixed code example.

This commit is contained in:
Ryan C. Gordon 2025-03-13 10:07:44 -04:00
parent 0e29c6295c
commit c318b1f926
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -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)
* {