Mercurial > sdl-ios-xcode
changeset 5139:1a47d41912ff
Spacing for documentation tweaks
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 01 Feb 2011 12:01:37 -0800 |
parents | aee04c635ec6 |
children | e594f07297a9 |
files | include/SDL_atomic.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.