projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd8f8d
)
whitespace fix in xcb_take_socket
author
Christian König
<christian.koenig@amd.com>
Wed, 15 May 2013 09:21:35 +0000
(11:21 +0200)
committer
Jamey Sharp
<jamey@minilop.net>
Wed, 15 May 2013 22:10:22 +0000
(15:10 -0700)
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jamey Sharp <jamey@minilop.net>
src/xcb_out.c
patch
|
blob
|
history
diff --git
a/src/xcb_out.c
b/src/xcb_out.c
index
405f963
..
a4f52fb
100644
(file)
--- a/
src/xcb_out.c
+++ b/
src/xcb_out.c
@@
-272,7
+272,7
@@
int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), v
* write requests, so keep flushing until we're done
*/
do
-
ret = _xcb_out_flush_to(c, c->out.request);
+ ret = _xcb_out_flush_to(c, c->out.request);
while (ret && c->out.request != c->out.request_written);
if(ret)
{