]> granicus.if.org Git - php/commitdiff
typo
authorSterling Hughes <sterling@php.net>
Mon, 21 May 2001 18:07:17 +0000 (18:07 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 21 May 2001 18:07:17 +0000 (18:07 +0000)
ext/sockets/sockets.c

index 662264b501d16f65511a9eb4f14e9f609d52bd18..4aee0dfbc92a8eb3c3e4fb842d2a2f3962e83a49 100644 (file)
@@ -650,7 +650,7 @@ PHP_FUNCTION(socket_read)
        zval **arg1, **arg2, **arg3;
        char *tmpbuf;
        php_socket *php_sock;
-       read_function php_read;
+       read_function php_read;
        int retval, argc = ZEND_NUM_ARGS();
 
        if (argc < 2 || argc > 3 || zend_get_parameters_ex(argc, &arg1, &arg2, &arg3) == FAILURE) {