# HG changeset patch # User Sam Lantinga # Date 1296590497 28800 # Node ID 1a47d41912ff4b7c08c96c1e754efd0548ad6a1c # Parent aee04c635ec65f21fa974b9a6f60f12d8c86d975 Spacing for documentation tweaks diff -r aee04c635ec6 -r 1a47d41912ff include/SDL_atomic.h --- a/include/SDL_atomic.h Tue Feb 01 11:53:29 2011 -0800 +++ b/include/SDL_atomic.h Tue Feb 01 12:01:37 2011 -0800 @@ -271,7 +271,7 @@ #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.