Minor missing parameter name
This commit is contained in:
parent
13cc0a3c3a
commit
1665c192e6
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ extern DECLSPEC SDL_assert_state SDLCALL SDL_ReportAssertion(SDL_assert_data *,
|
|||
|
||||
|
||||
typedef SDL_assert_state (SDLCALL *SDL_AssertionHandler)(
|
||||
const SDL_assert_data *, void *userdata);
|
||||
const SDL_assert_data* data, void* userdata);
|
||||
|
||||
/**
|
||||
* \brief Set an application-defined assertion handler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue