mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-17 12:44:35 +08:00
Changes the wiki page's "Syntax" section from things like... ```c void SDL_LockMutex(SDL_Mutex *mutex) SDL_ACQUIRE(mutex); ``` ...to... ```c void SDL_LockMutex(SDL_Mutex *mutex); ```