Browse Source

* sysdump.c (tab): Use puts rather than two printfs.

cgen-1_1-branch
Nathan Sidwell 17 years ago
parent
commit
3614867c42
  1. 4
      binutils/ChangeLog
  2. 3
      binutils/sysdump.c

4
binutils/ChangeLog

@ -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.

3
binutils/sysdump.c

@ -529,8 +529,7 @@ tab (int i, char *s)
if (s)
{
p ();
printf (s);
printf ("\n");
puts (s);
}
}

Loading…
Cancel
Save