* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.

This commit is contained in:
Doug Evans 2014-01-03 14:34:45 -08:00
parent dc9155b24f
commit 5072219825
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-01-03 Doug Evans <dje@google.com>
* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
output.
2014-01-01 Joel Brobecker <brobecker@adacore.com>
Update year range in copyright notice of all files.

View File

@ -40,7 +40,6 @@ linux_debug (const char *format, ...)
va_list args;
va_start (args, format);
vfprintf (stderr, format, args);
fprintf (stderr, "\n");
va_end (args);
}
#else