summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_ini.h')
-rw-r--r--Zend/zend_ini.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h
index 416db5a112..093ee2efd8 100644
--- a/Zend/zend_ini.h
+++ b/Zend/zend_ini.h
@@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#ifndef ZEND_INI_H
#define ZEND_INI_H
@@ -199,3 +200,11 @@ typedef struct _zend_ini_parser_param {
} zend_ini_parser_param;
#endif /* ZEND_INI_H */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */