mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Minor missing parameter name
This commit is contained in:
parent
6147e8e101
commit
37865236cc
|
|
@ -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…
Reference in New Issue
Block a user