[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
|
|
@ -152,4 +152,5 @@ error:
|
|||
fprintf( stderr, "Error number: %d\n", err );
|
||||
fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) );
|
||||
return err;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue