Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Spacing for documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 1, 2011
1 parent 720d6e7 commit c31e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_atomic.h
Expand Up @@ -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.
Expand Down

0 comments on commit c31e50c

Please sign in to comment.