From c31e50c44f1ccd9e3ede0ba05e99e943564bd7b6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 1 Feb 2011 12:01:37 -0800 Subject: [PATCH] Spacing for documentation tweaks --- include/SDL_atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_atomic.h b/include/SDL_atomic.h index 2d19a498a..e7af7269a 100644 --- a/include/SDL_atomic.h +++ b/include/SDL_atomic.h @@ -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.