summaryrefslogtreecommitdiff
path: root/Zend/zend_sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_sprintf.c')
-rw-r--r--Zend/zend_sprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c
index 2631d49cb4..974e312d65 100644
--- a/Zend/zend_sprintf.c
+++ b/Zend/zend_sprintf.c
@@ -47,4 +47,6 @@ int zend_sprintf(char *buffer, const char *format, ...)
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
*/