Error messages end with newlines
This commit is contained in:
@@ -271,7 +271,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
if (options.interleave) {
|
||||
if (!options.png_file) {
|
||||
error_exit("--interleave needs --png to infer dimensions");
|
||||
error_exit("--interleave needs --png to infer dimensions\n");
|
||||
}
|
||||
int width = read_png_width(options.png_file);
|
||||
interleave(&graphic, width);
|
||||
|
Reference in New Issue
Block a user