Commit 886e9476 authored by Sam Lantinga's avatar Sam Lantinga

Spacing for documentation tweaks

parent 2cdadc64
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment