From: Johannes Schlüter Date: Sun, 25 Sep 2011 13:06:09 +0000 (+0000) Subject: - Fix folding X-Git-Tag: php-5.4.0beta2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=223e2ac106ba17728b2ee5e954285f8691c60206;p=php - Fix folding --- diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c index 9b5cf46a87..70293fdd27 100644 --- a/ext/mysqlnd/mysqlnd.c +++ b/ext/mysqlnd/mysqlnd.c @@ -1161,7 +1161,7 @@ static int mysqlnd_stream_array_from_fd_set(MYSQLND **conn_array, fd_set *fds TS return ret; } - +/* }}} */ #ifndef PHP_WIN32 #define php_select(m, r, w, e, t) select(m, r, w, e, t)