aboutsummaryrefslogtreecommitdiff
path: root/lib/strtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtok.c')
-rw-r--r--lib/strtok.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/strtok.c b/lib/strtok.c
index a1525df02..b80bdb138 100644
--- a/lib/strtok.c
+++ b/lib/strtok.c
@@ -65,3 +65,10 @@ Curl_strtok_r(char *ptr, const char *sep, char **end)
#endif /* this was only compiled if strtok_r wasn't present */
+/*
+ * local variables:
+ * eval: (load-file "../curl-mode.el")
+ * end:
+ * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
+ * vim<600: et sw=2 ts=2 sts=2 tw=78
+ */