sniper          Wed Jun  4 01:46:18 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/standard  dir.c 
  Log:
  MFH: no c++ comments and extra tabs.
  
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.109.2.6 php4/ext/standard/dir.c:1.109.2.7
--- php4/ext/standard/dir.c:1.109.2.6   Tue Jun  3 07:07:40 2003
+++ php4/ext/standard/dir.c     Wed Jun  4 01:46:18 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dir.c,v 1.109.2.6 2003/06/03 11:07:40 hholzgra Exp $ */
+/* $Id: dir.c,v 1.109.2.7 2003/06/04 05:46:18 sniper Exp $ */
 
 /* {{{ includes/startup/misc */
 
@@ -399,10 +399,10 @@
        }
 
 #ifndef GLOB_NOMATCH
-       // now catch the FreeBSD style of "no matches"
+       /* now catch the FreeBSD style of "no matches" */
        if (!globbuf.gl_pathc) {
-                       array_init(return_value);
-                       return;
+               array_init(return_value);
+               return;
        }
 #endif
 



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

Reply via email to