mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-13 12:11:34 +02:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
|
||||
#include "SDL_sysmutex_c.h"
|
||||
|
||||
SDL_Mutex *
|
||||
SDL_CreateMutex(void)
|
||||
SDL_Mutex *SDL_CreateMutex(void)
|
||||
{
|
||||
SDL_Mutex *mutex;
|
||||
pthread_mutexattr_t attr;
|
||||
|
||||
Reference in New Issue
Block a user