diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 16bc44e..42dd18d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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. */ |