[tests] Add EOL to patest_mono.c
Build was failing on Mac because of the missing end-of-line.
This commit is contained in:
parent
d51191a829
commit
e4138f1c59
1 changed files with 2 additions and 1 deletions
|
|
@ -153,3 +153,4 @@ error:
|
||||||
fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) );
|
fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) );
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue