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
1 changed files with 1 additions and 1 deletions

View 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. */