From 73edae01438eb90b43f182c18150a5e06dc42bf5 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 14 Oct 2005 00:21:34 +0000 Subject: 2005-10-13 Roland McGrath * loc2c-test.c (fail): Print a newline after the error message. --- loc2c-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loc2c-test.c') diff --git a/loc2c-test.c b/loc2c-test.c index 6a4c7f9d..833894c2 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); } -- cgit