[tests] Add EOL to patest_mono.c

Build was failing on Mac because of the missing end-of-line.
This commit is contained in:
philburk 2014-01-16 17:51:26 +00:00
commit e4138f1c59

View file

@ -152,4 +152,5 @@ error:
fprintf( stderr, "Error number: %d\n", err );
fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) );
return err;
}
}