colder Mon Feb 25 23:40:47 2008 UTC
Modified files:
/php-src/ext/spl spl_heap.c
Log:
Fix folding
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_heap.c?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/spl_heap.c
diff -u php-src/ext/spl/spl_heap.c:1.1 php-src/ext/spl/spl_heap.c:1.2
--- php-src/ext/spl/spl_heap.c:1.1 Mon Feb 25 23:36:36 2008
+++ php-src/ext/spl/spl_heap.c Mon Feb 25 23:40:47 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_heap.c,v 1.1 2008/02/25 23:36:36 colder Exp $ */
+/* $Id: spl_heap.c,v 1.2 2008/02/25 23:40:47 colder Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -1181,6 +1181,8 @@
return SUCCESS;
}
+/* }}} */
+
/*
* Local variables:
* tab-width: 4
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php