mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 19:15:20 +02:00
eeshow/ext/diag.c (pfatal): forgot to add \n
This commit is contained in:
parent
bbd8c5507f
commit
9094de177d
@ -48,6 +48,7 @@ void fatal(const char *fmt, ...)
|
||||
va_start(ap, fmt);
|
||||
vfprintf(stderr, fmt, ap);
|
||||
va_end(ap);
|
||||
fprintf(stderr, "\n");
|
||||
exit(1); /* @@@ for now ... */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user