summaryrefslogtreecommitdiff
path: root/win32/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/fnmatch.c')
-rw-r--r--win32/fnmatch.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/fnmatch.c b/win32/fnmatch.c
index 590d23f5f9..c3bc5bc5e2 100644
--- a/win32/fnmatch.c
+++ b/win32/fnmatch.c
@@ -196,3 +196,12 @@ rangematch(const char *pattern, char test, int flags)
}
return (ok == negate ? NULL : pattern);
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */