Signed-off-by: Adam Jackson <[email protected]>
---
 os/osdep.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/os/osdep.h b/os/osdep.h
index 087e36d..67f6f5e 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -130,8 +130,8 @@ typedef struct _connectionInput {
 
 typedef struct _connectionOutput {
     struct _connectionOutput *next;
-    int size;
     unsigned char *buf;
+    int size;
     int count;
 } ConnectionOutput, *ConnectionOutputPtr;
 
-- 
1.7.5.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to