summaryrefslogtreecommitdiffstats
path: root/usr.bin/elfdump
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2003-09-06 11:55:05 +0000
committerschweikh <schweikh@FreeBSD.org>2003-09-06 11:55:05 +0000
commit9d0084b76a807178be69cb153d0f5d8dd31e6c2f (patch)
tree1e644bf25703dec52abd31ef88b5ce505c2d89bf /usr.bin/elfdump
parentc653c4017e06e949706b2e2d4b61e45699b5bea8 (diff)
downloadFreeBSD-src-9d0084b76a807178be69cb153d0f5d8dd31e6c2f.zip
FreeBSD-src-9d0084b76a807178be69cb153d0f5d8dd31e6c2f.tar.gz
Removed another spurious semicolon forgotten in the previous commit.
Diffstat (limited to 'usr.bin/elfdump')
-rw-r--r--usr.bin/elfdump/elfdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c
index a9b33e5..3d4889f 100644
--- a/usr.bin/elfdump/elfdump.c
+++ b/usr.bin/elfdump/elfdump.c
@@ -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",
OpenPOWER on IntegriCloud