From 73e02411c425e386cb8e462efe152a0eaa4451e7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 18 Apr 2011 12:20:30 -0700 Subject: [PATCH] Minor missing parameter name --- include/SDL_assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_assert.h b/include/SDL_assert.h index 9d0380922..13e316351 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -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.