aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--elf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf.c b/elf.c
index f0d27b9..d754800 100644
--- a/elf.c
+++ b/elf.c
@@ -522,3 +522,5 @@ elffini(struct wbuf *out)
.entsize = relxsiz,
.info = DATA_SHNDX );
}
+
+/* vim:set ts=3 sw=3 expandtab: */