Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed accidentle broken compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 11, 2009
1 parent c09893d commit 343825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automated/SDL_at.c
Expand Up @@ -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. */
Expand Down

0 comments on commit 343825a

Please sign in to comment.