From: roland Date: Fri, 14 Oct 2005 00:21:34 +0000 (+0000) Subject: 2005-10-13 Roland McGrath X-Git-Tag: release-0.5~123 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=73edae01438eb90b43f182c18150a5e06dc42bf5;p=systemtap.git 2005-10-13 Roland McGrath * loc2c-test.c (fail): Print a newline after the error message. --- diff --git a/loc2c-test.c b/loc2c-test.c index 6a4c7f9d4..833894c2f 100644 --- a/loc2c-test.c +++ b/loc2c-test.c @@ -39,6 +39,8 @@ fail (void *arg __attribute__ ((unused)), const char *fmt, ...) vfprintf (stderr, _(fmt), ap); va_end (ap); + fprintf (stderr, "\n"); + exit (2); }