summaryrefslogtreecommitdiffstats
path: root/loc2c-test.c
diff options
context:
space:
mode:
authorroland <roland>2005-10-14 00:21:34 +0000
committerroland <roland>2005-10-14 00:21:34 +0000
commit73edae01438eb90b43f182c18150a5e06dc42bf5 (patch)
tree139b85781e3aa13be1437e7c0c5d4c225bfb7ad6 /loc2c-test.c
parentdbbb2cece23a2e9774f5bea2ab5f2bf2a59f5344 (diff)
downloadsystemtap-steved-73edae01438eb90b43f182c18150a5e06dc42bf5.tar.gz
systemtap-steved-73edae01438eb90b43f182c18150a5e06dc42bf5.tar.xz
systemtap-steved-73edae01438eb90b43f182c18150a5e06dc42bf5.zip
2005-10-13 Roland McGrath <roland@redhat.com>
* loc2c-test.c (fail): Print a newline after the error message.
Diffstat (limited to 'loc2c-test.c')
-rw-r--r--loc2c-test.c2
1 files changed, 2 insertions, 0 deletions
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);
}