changeset 3727:51900b161948 gsoc2009_unit_tests

Fixed accidentle broken compile.
author Edgar Simo <bobbens@gmail.com>
date Sat, 11 Jul 2009 19:08:06 +0000
parents ffe22900a50a
children 97e9704fc267
files test/automated/SDL_at.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/automated/SDL_at.c	Sat Jul 11 19:06:49 2009 +0000
+++ b/test/automated/SDL_at.c	Sat Jul 11 19:08:06 2009 +0000
@@ -69,7 +69,7 @@
    /* 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. */