]> sourceware.org Git - systemtap.git/commitdiff
2005-10-13 Roland McGrath <roland@redhat.com>
authorroland <roland>
Fri, 14 Oct 2005 00:21:34 +0000 (00:21 +0000)
committerroland <roland>
Fri, 14 Oct 2005 00:21:34 +0000 (00:21 +0000)
* loc2c-test.c (fail): Print a newline after the error message.

loc2c-test.c

index 6a4c7f9d41e2c08938578d7752bc96c72f4445ec..833894c2f819f5d486386ce691126ee6145cbd86 100644 (file)
@@ -39,6 +39,8 @@ fail (void *arg __attribute__ ((unused)), const char *fmt, ...)
   vfprintf (stderr, _(fmt), ap);
   va_end (ap);
 
+  fprintf (stderr, "\n");
+
   exit (2);
 }
 
This page took 0.024184 seconds and 5 git commands to generate.