Commit af5a54de authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

sfnt2fnt: Don't print two newlines after error messages.

parent fe987b30
......@@ -73,7 +73,6 @@ static void error(const char *s, ...)
va_start(ap, s);
fprintf(stderr, "Error: ");
vfprintf(stderr, s, ap);
fprintf(stderr, "\n");
va_end(ap);
exit(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment