mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
added missing newlines to error messages
This commit is contained in:
@@ -305,7 +305,7 @@ void pcpexport_yaml(char *outfile) {
|
||||
}
|
||||
else {
|
||||
if((out = fopen(outfile, "wb+")) == NULL) {
|
||||
fatal(ptx, "Could not create output file %s", outfile);
|
||||
fatal(ptx, "Could not create output file %s\n", outfile);
|
||||
out = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user