diff options
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r-- | Zend/zend_variables.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index 0943cf4873..a3856953de 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include <stdio.h> #include "zend.h" @@ -165,10 +166,10 @@ ZEND_API void _zval_ptr_dtor_wrapper(zval **zval_ptr) } #endif - /* * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ |