mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 17:04:02 +08:00
* sysdump.c (tab): Use puts rather than two printfs.
This commit is contained in:
parent
c8a1f2548b
commit
3614867c42
@ -1,3 +1,7 @@
|
||||
2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* sysdump.c (tab): Use puts rather than two printfs.
|
||||
|
||||
2009-05-26 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/id.po: Updated Indonesian translation.
|
||||
|
@ -529,8 +529,7 @@ tab (int i, char *s)
|
||||
if (s)
|
||||
{
|
||||
p ();
|
||||
printf (s);
|
||||
printf ("\n");
|
||||
puts (s);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user