From: philburk Date: Thu, 16 Jan 2014 17:51:26 +0000 (+0000) Subject: [tests] Add EOL to patest_mono.c X-Git-Tag: pa_stable_v19_20140130_r1919~3 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=e4138f1c5904d7359153e0a1b7e4bfdb0ca1130e;p=portaudio [tests] Add EOL to patest_mono.c Build was failing on Mac because of the missing end-of-line. --- diff --git a/test/patest_mono.c b/test/patest_mono.c index f7bf2e0..40c9d64 100644 --- a/test/patest_mono.c +++ b/test/patest_mono.c @@ -152,4 +152,5 @@ error: fprintf( stderr, "Error number: %d\n", err ); fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) ); return err; -} \ No newline at end of file +} +