author | Philipp Wiesemann |
Sun, 15 Mar 2015 19:25:10 +0100 | |
changeset 9383 | 62164ad0b7d5 |
parent 9382 | 1c0f6952e65e |
child 9384 | 91595405309d |
1.1 --- a/test/testplatform.c Fri Mar 13 12:20:17 2015 -0400 1.2 +++ b/test/testplatform.c Sun Mar 15 19:25:10 2015 +0100 1.3 @@ -167,7 +167,7 @@ 1.4 #endif 1.5 1.6 { 1.7 - const SDL_assert_data *item = SDL_GetAssertionReport(); 1.8 + const SDL_AssertData *item = SDL_GetAssertionReport(); 1.9 while (item) { 1.10 SDL_Log("'%s', %s (%s:%d), triggered %u times, always ignore: %s.\n", 1.11 item->condition, item->function, item->filename,