comparison test/automated/SDL_at.c @ 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 6eca2af6a86b
children 808fad5fb593
comparison
equal deleted inserted replaced
3726:ffe22900a50a 3727:51900b161948
67 } 67 }
68 68
69 /* Finished without closing testcase. */ 69 /* Finished without closing testcase. */
70 if (at_test_msg) { 70 if (at_test_msg) {
71 SDL_ATprint( "AT suite '%s' finished without closing testcase '%s'\n", 71 SDL_ATprint( "AT suite '%s' finished without closing testcase '%s'\n",
72 ac_suite_msg, ac_test_msg ); 72 at_suite_msg, at_test_msg );
73 } 73 }
74 74
75 /* Display message if verbose on failed. */ 75 /* Display message if verbose on failed. */
76 failed = at_failure; 76 failed = at_failure;
77 if (verbose) { 77 if (verbose) {