]> granicus.if.org Git - php/commitdiff
- Fix folding
authorJohannes Schlüter <johannes@php.net>
Sun, 25 Sep 2011 13:06:09 +0000 (13:06 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 25 Sep 2011 13:06:09 +0000 (13:06 +0000)
ext/mysqlnd/mysqlnd.c

index 9b5cf46a877910a406eb310f6a45da30ca112044..70293fdd2770d41700df2567c4fba31b48fd4f52 100644 (file)
@@ -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)