moriyoshi               Wed Oct 29 17:25:58 2003 EDT

  Modified files:              
    /php-src/ext/standard       file.c 
  Log:
  Some clean-ups
  
  
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.364 php-src/ext/standard/file.c:1.365
--- php-src/ext/standard/file.c:1.364   Mon Oct 27 17:45:58 2003
+++ php-src/ext/standard/file.c Wed Oct 29 17:25:57 2003
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.364 2003/10/27 22:45:58 moriyoshi Exp $ */
+/* $Id: file.c,v 1.365 2003/10/29 22:25:57 moriyoshi Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -1978,7 +1978,6 @@
                                                                        state = 1;
                                                                } else if (*bptr == 
enclosure) {
                                                                        state = 2;
-                                                               } else {
                                                                }
                                                                bptr++;
                                                                break;
@@ -1998,7 +1997,6 @@
                                                                tptr += (bptr - 
hunk_begin);
                                                                hunk_begin = bptr;
                                                                break;
-                                                               /* break is missing 
intentionally */
                                                        default:
                                                                bptr += inc_len;
                                                                break;

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

Reply via email to