summaryrefslogtreecommitdiff
path: root/usr.bin/elfdump/elfdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/elfdump/elfdump.c')
-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 12394ba..d4a0932 100644
--- a/usr.bin/elfdump/elfdump.c
+++ b/usr.bin/elfdump/elfdump.c
@@ -40,7 +40,7 @@ static const char *elftype[] = {
[ET_REL] = "Relocatable",
[ET_EXEC] = "Executable",
[ET_DYN] = "Shared object",
- [ET_CORE] "Core dump"
+ [ET_CORE] = "Core dump"
};
/* Phdr.p_type table */