colder          Sun May 25 12:23:22 2008 UTC

  Modified files:              
    /php-src/ext/spl    php_spl.c 
  Log:
  ws
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.130&r2=1.131&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.130 php-src/ext/spl/php_spl.c:1.131
--- php-src/ext/spl/php_spl.c:1.130     Sun May 25 12:17:27 2008
+++ php-src/ext/spl/php_spl.c   Sun May 25 12:23:22 2008
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.130 2008/05/25 12:17:27 colder Exp $ */
+/* $Id: php_spl.c,v 1.131 2008/05/25 12:23:22 colder Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -393,11 +393,11 @@
        zval_ptr_dtor(&zclass_name);
 } /* }}} */
 
-#define HT_MOVE_TAIL_TO_HEAD(ht)                                               
\
+#define HT_MOVE_TAIL_TO_HEAD(ht)                                               
        \
        (ht)->pListTail->pListNext = (ht)->pListHead;                   \
        (ht)->pListHead = (ht)->pListTail;                                      
        \
        (ht)->pListTail = (ht)->pListHead->pListLast;                   \
-       (ht)->pListTail->pListNext = NULL;                                      
\
+       (ht)->pListTail->pListNext = NULL;                                      
        \
        (ht)->pListHead->pListLast = NULL;
 
 /* {{{ proto bool spl_autoload_register([mixed autoload_function = 
"spl_autoload" [, throw = true [, prepend = false]]]) U



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to