summaryrefslogtreecommitdiff
path: root/Zend/zend_llist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_llist.c')
-rw-r--r--Zend/zend_llist.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c
index 4468e777a2..13fab349af 100644
--- a/Zend/zend_llist.c
+++ b/Zend/zend_llist.c
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#include "zend.h"
#include "zend_llist.h"
@@ -306,3 +307,11 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos)
}
return NULL;
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */