--- a/test/testautomation_audio.c Sun Feb 17 23:39:25 2013 -0800
+++ b/test/testautomation_audio.c Mon Feb 18 07:59:05 2013 -0800
@@ -46,7 +46,7 @@
/* Get number of devices. */
n = SDL_GetNumAudioDevices(t);
SDLTest_AssertPass("Call to SDL_GetNumAudioDevices(%i)", t);
- SDLTest_Log("Number of %s devices < 0, reported as %i", (t) ? "output" : "capture", n);
+ SDLTest_Log("Number of %s devices < 0, reported as %i", (t) ? "capture" : "output", n);
SDLTest_AssertCheck(n >= 0, "Validate result is >= 0, got: %i", n);
/* Variation of non-zero type */