From 5b7ddd534c5dff02c9aab229d63154692bf18790 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 15 Mar 2015 19:25:10 +0100 Subject: [PATCH] Updated name of assert type in test program. --- test/testplatform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testplatform.c b/test/testplatform.c index 232bfe653..068be8efc 100644 --- a/test/testplatform.c +++ b/test/testplatform.c @@ -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,