Skip to content

Commit

Permalink
Updated name of assert type in test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Mar 15, 2015
1 parent 809b7be commit 5b7ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testplatform.c
Expand Up @@ -167,7 +167,7 @@ TestAssertions(SDL_bool verbose)
#endif

{
const SDL_assert_data *item = SDL_GetAssertionReport();
const SDL_AssertData *item = SDL_GetAssertionReport();
while (item) {
SDL_Log("'%s', %s (%s:%d), triggered %u times, always ignore: %s.\n",
item->condition, item->function, item->filename,
Expand Down

0 comments on commit 5b7ddd5

Please sign in to comment.