Removed another spurious semicolon forgotten in the previous commit.

This commit is contained in:
Jens Schweikhardt 2003-09-06 11:55:05 +00:00
parent 81f8caf7ef
commit dcae6166e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119795

View File

@ -327,7 +327,7 @@ sh_types(u_int64_t sht) {
/* 0x80000000 - 0xffffffff application programs */
default: return "ERROR: SHT NOT DEFINED";
}
};
}
const char *sh_flags[] = {
"", "SHF_WRITE", "SHF_ALLOC", "SHF_WRITE|SHF_ALLOC", "SHF_EXECINSTR",