diff options
Diffstat (limited to 'ln.c')
-rw-r--r-- | ln.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -128,3 +128,11 @@ extern int ln_main(int argc, char **argv) | |||
128 | } | 128 | } |
129 | exit TRUE; | 129 | exit TRUE; |
130 | } | 130 | } |
131 | |||
132 | /* | ||
133 | Local Variables: | ||
134 | c-file-style: "linux" | ||
135 | c-basic-offset: 4 | ||
136 | tab-width: 4 | ||
137 | End: | ||
138 | */ | ||