From e4138f1c5904d7359153e0a1b7e4bfdb0ca1130e Mon Sep 17 00:00:00 2001 From: philburk Date: Thu, 16 Jan 2014 17:51:26 +0000 Subject: [PATCH] [tests] Add EOL to patest_mono.c Build was failing on Mac because of the missing end-of-line. --- test/patest_mono.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +} + -- 2.43.0