oops - remove spurious debugging left in previous delta

This commit is contained in:
Nick Clifton 2003-06-19 10:24:52 +00:00
parent b19aac67f8
commit 2c58cc864d

View File

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