summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-09-25 13:06:09 +0000
committerJohannes Schlüter <johannes@php.net>2011-09-25 13:06:09 +0000
commita7410ea03d35082e4a2a5768413d143a1c83642f (patch)
tree7b66eddc712cf774a8933e7cfd1c16baec143d73 /ext/mysqlnd/mysqlnd.c
parent127d7bc79e6aecf6a948866baee5a31743c7b8eb (diff)
downloadphp-git-a7410ea03d35082e4a2a5768413d143a1c83642f.tar.gz
- Fix folding
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r--ext/mysqlnd/mysqlnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index 7f101bde0f..509f0c7da9 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -1043,7 +1043,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)