mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 09:48:14 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -318,9 +318,7 @@ static SDL_AssertState SDLCALL SDL_PromptAssertion(const SDL_AssertData *data, v
|
||||
return state;
|
||||
}
|
||||
|
||||
SDL_AssertState
|
||||
SDL_ReportAssertion(SDL_AssertData *data, const char *func, const char *file,
|
||||
int line)
|
||||
SDL_AssertState SDL_ReportAssertion(SDL_AssertData *data, const char *func, const char *file, int line)
|
||||
{
|
||||
SDL_AssertState state = SDL_ASSERTION_IGNORE;
|
||||
static int assertion_running = 0;
|
||||
|
Reference in New Issue
Block a user