Minor missing parameter name

This commit is contained in:
Sam Lantinga 2011-04-18 12:20:30 -07:00
parent 13cc0a3c3a
commit 1665c192e6

View file

@ -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.