commit 0e6cc6170fb8dbd39688ee4cbb30e9e777d1aa8c
Author: Oswald Buddenhagen <[email protected]>
Date:   Mon Apr 5 13:08:23 2010 +0200

    formatting

 src/drv_imap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/drv_imap.c b/src/drv_imap.c
index 0dc3be7..f417385 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -696,7 +696,7 @@ parse_imap_list_l( imap_store_t *ctx, char **sp, list_t 
**curp, int level )
 
                        /* now read the rest of the message */
                        while (bytes > 0) {
-                               if ((n = socket_read (&ctx->buf.sock, s, 
bytes)) <= 0)
+                               if ((n = socket_read( &ctx->buf.sock, s, bytes 
)) <= 0)
                                        goto bail;
                                s += n;
                                bytes -= n;

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to