index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
elf.c
2
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: */