[Xcb-commit] src
Josh Triplett
josh at kemper.freedesktop.org
Wed May 28 12:26:16 PDT 2008
src/xcb_in.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 424ad131b7d97d6196181c31677655e6d52b41df
Author: Josh Triplett <josh at freedesktop.org>
Date: Wed May 28 12:26:13 2008 -0700
Fix variable declaration formatting
diff --git a/src/xcb_in.c b/src/xcb_in.c
index 27ccc99..31a1e60 100644
--- a/src/xcb_in.c
+++ b/src/xcb_in.c
@@ -77,8 +77,8 @@ static void wake_up_next_reader(xcb_connection_t *c)
static int read_packet(xcb_connection_t *c)
{
xcb_generic_reply_t genrep;
- int length = 32,
- eventlength = 0; /* length after first 32 bytes for GenericEvents */
+ int length = 32;
+ int eventlength = 0; /* length after first 32 bytes for GenericEvents */
void *buf;
pending_reply *pend = 0;
struct event_list *event;
More information about the xcb-commit
mailing list