* indentation fix
authorArt Cancro <ajc@citadel.org>
Wed, 21 Jul 2010 16:50:53 +0000 (16:50 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Jul 2010 16:50:53 +0000 (16:50 +0000)
citadel/modules/imap/imap_fetch.c

index db1fc2dd71c72d41d462d5316215388657c99952..45946b2f0d6e86899deda79a51dd00041fefc7fc 100644 (file)
@@ -705,7 +705,8 @@ void imap_fetch_body(long msgnum, ConstStr item, int is_peek) {
                mime_parser(msg->cm_fields['M'], NULL,
                                *imap_load_part, NULL, NULL,
                                section,
-                               1);
+                               1
+               );
        }
 
        if (loading_body_now) {