From 801ae219cde2357e04eeb5a029eb239b655a90fd Mon Sep 17 00:00:00 2001 From: rossb Date: Fri, 4 Mar 2011 02:28:55 +0000 Subject: [PATCH] fixed build breakage of patest_wmme_ac3.c on windows --- test/patest_wmme_ac3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/patest_wmme_ac3.c b/test/patest_wmme_ac3.c index fcdbbcc..edca204 100644 --- a/test/patest_wmme_ac3.c +++ b/test/patest_wmme_ac3.c @@ -115,7 +115,7 @@ int main(int argc, char* argv[]) data.buffer = NULL; printf("usage: patest_wmme_ac3 fileName [paDeviceIndex]\n"); - printf("**IMPORTANT*** The provided file must include the spdif preamble at the start of every AC-3 frame. Using a normal ac3 file won't work." + printf("**IMPORTANT*** The provided file must include the spdif preamble at the start of every AC-3 frame. Using a normal ac3 file won't work.\n"); printf("PortAudio Test: output a raw spdif ac3 stream. SR = %d, BufSize = %d, Chans = %d\n", SAMPLE_RATE, FRAMES_PER_BUFFER, CHANNEL_COUNT); -- 2.43.0