mirror of
https://github.com/yawut/SDL.git
synced 2026-04-19 15:17:23 -05:00
Spacing for documentation tweaks
This commit is contained in:
parent
e191dd269c
commit
2a2df3d2b1
|
|
@ -271,7 +271,7 @@ static __inline__ int SDL_AtomicAdd(SDL_atomic_t *a, int v)
|
|||
#ifndef SDL_AtomicCASPtr
|
||||
#define SDL_AtomicCASPtr SDL_AtomicCASPtr_
|
||||
#endif
|
||||
extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCASPtr_(void **a, void *oldval, void *newval);
|
||||
extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCASPtr_(void* *a, void *oldval, void *newval);
|
||||
|
||||
/**
|
||||
* \brief Set a pointer to a value atomically.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user