oops - remove spurious debugging left in previous delta
authorNick Clifton <nickc@redhat.com>
Thu, 19 Jun 2003 10:24:52 +0000 (10:24 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 19 Jun 2003 10:24:52 +0000 (10:24 +0000)
binutils/readelf.c

index 16bc44e..42dd18d 100644 (file)
@@ -634,7 +634,7 @@ print_vma (vma, mode)
        case DEC_5:
          if (vma <= 99999)
            {
-             printf ("** %5ld", (long) vma);
+             printf ("%5ld", (long) vma);
              break;
            }
          /* Drop through.  */