commit d5517ae72e590f20ce302db9cdd19f5811571e91 parent b60802d96b0a5acb97622a128bfaab34b9e2eda9 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 27 Jan 2016 21:53:09 +0100 Minor message fix Diffstat:
| M | src/schiff.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/schiff.c b/src/schiff.c @@ -186,7 +186,7 @@ run(const struct schiff_args* args) fp = fopen(args->output_filename, "w"); if(!fp) { fprintf(stderr, - "Couldn't open the output file `%s'.", args->output_filename); + "Couldn't open the output file `%s'.\n", args->output_filename); res = RES_IO_ERR; goto error; }