Skip to content

Commit 943d0f6

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 42f634f commit 943d0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ extern SDL_DECLSPEC Uint32 SDLCALL SDL_GetAtomicU32(SDL_AtomicU32 *a);
610610
*
611611
* \threadsafety It is safe to call this function from any thread.
612612
*
613-
* \since This function is available since SDL 3.2.0.
613+
* \since This function is available since SDL 3.4.0.
614614
*/
615615
extern SDL_DECLSPEC Uint32 SDLCALL SDL_AddAtomicU32(SDL_AtomicU32 *a, int v);
616616

0 commit comments

Comments
 (0)