From 343825a5b04487ac4c6e22a26b1a944e0698aa58 Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Sat, 11 Jul 2009 19:08:06 +0000 Subject: [PATCH] Fixed accidentle broken compile. --- test/automated/SDL_at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automated/SDL_at.c b/test/automated/SDL_at.c index 5b164093e..9f4b0f270 100644 --- a/test/automated/SDL_at.c +++ b/test/automated/SDL_at.c @@ -69,7 +69,7 @@ int SDL_ATfinish( int verbose ) /* Finished without closing testcase. */ if (at_test_msg) { SDL_ATprint( "AT suite '%s' finished without closing testcase '%s'\n", - ac_suite_msg, ac_test_msg ); + at_suite_msg, at_test_msg ); } /* Display message if verbose on failed. */