]> Repos - portaudio/commitdiff
[tests] Add EOL to patest_mono.c
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 16 Jan 2014 17:51:26 +0000 (17:51 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 16 Jan 2014 17:51:26 +0000 (17:51 +0000)
Build was failing on Mac because of the missing end-of-line.

test/patest_mono.c

index f7bf2e06cdb8da07713d0a4e52c3a4affcf46641..40c9d64903eb4c464542959739eba72b6cd9e2d1 100644 (file)
@@ -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
+}
+