* Attempt to make readelf.c compile under IRIX6 cc by inserting

non-functional "break;" in switch statement.
This commit is contained in:
Frank Ch. Eigler 1998-06-29 07:40:02 +00:00
parent e16def6302
commit 4775a8a5a9
1 changed files with 1 additions and 0 deletions

View File

@ -2415,6 +2415,7 @@ process_version_sections (file)
break;
default:
break;
}
}