From 317cea275e5f36076839c54c953fd11393c96de8 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 9 May 2011 16:58:14 +0200 Subject: [PATCH] oio_win.h style --- oio-win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oio-win.h b/oio-win.h index ff9e0619..b4e794cf 100644 --- a/oio-win.h +++ b/oio-win.h @@ -89,7 +89,7 @@ typedef struct oio_buf { #define oio_handle_private_fields \ oio_handle_t* endgame_next; \ unsigned int flags; \ - oio_err_t error; \ + oio_err_t error; \ union { \ struct { oio_tcp_fields }; \ struct { oio_loop_fields }; \