bjori           Thu Feb 15 20:13:39 2007 UTC

  Modified files:              
    /phpdoc/en/reference/sockets        reference.xml 
  Log:
  typo
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/reference.xml?r1=1.23&r2=1.24&diff_format=u
Index: phpdoc/en/reference/sockets/reference.xml
diff -u phpdoc/en/reference/sockets/reference.xml:1.23 
phpdoc/en/reference/sockets/reference.xml:1.24
--- phpdoc/en/reference/sockets/reference.xml:1.23      Tue Jan 16 22:21:23 2007
+++ phpdoc/en/reference/sockets/reference.xml   Thu Feb 15 20:13:39 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: bundled -->
 
@@ -138,7 +138,7 @@
 }
 
 do {
-    if (($msgsock = socket_accept($sock)) === false {
+    if (($msgsock = socket_accept($sock)) === false) {
         echo "socket_accept() failed: reason: " . 
socket_strerror(socket_last_error($sock)) . "\n";
         break;
     }

Reply via email to