Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Minor missing parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 18, 2011
1 parent 4ab1197 commit 73e0241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_assert.h
Expand Up @@ -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.
Expand Down

0 comments on commit 73e0241

Please sign in to comment.