* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.
This commit is contained in:
parent
dc9155b24f
commit
5072219825
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue