]> Repos - portaudio/commitdiff
fixed build breakage of patest_wmme_ac3.c on windows
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 4 Mar 2011 02:28:55 +0000 (02:28 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 4 Mar 2011 02:28:55 +0000 (02:28 +0000)
test/patest_wmme_ac3.c

index fcdbbccc4bb9a1b2ec015316ff626bf61c1759a8..edca204da1560b3cb9206829a017044f8ac2fd9e 100644 (file)
@@ -115,7 +115,7 @@ int main(int argc, char* argv[])
     data.buffer = NULL;\r
 \r
     printf("usage: patest_wmme_ac3 fileName [paDeviceIndex]\n");\r
-    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."\r
+    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");\r
     printf("PortAudio Test: output a raw spdif ac3 stream. SR = %d, BufSize = %d, Chans = %d\n", \r
             SAMPLE_RATE, FRAMES_PER_BUFFER, CHANNEL_COUNT);\r
 \r