summaryrefslogtreecommitdiff
path: root/win32/ftok.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ftok.c')
-rw-r--r--win32/ftok.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/ftok.c b/win32/ftok.c
index f8c05b2e7a..db789f8b70 100644
--- a/win32/ftok.c
+++ b/win32/ftok.c
@@ -60,12 +60,3 @@ ftok(const char *pathname, int proj_id)
return ret;
}/*}}}*/
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */