* indentation fix
[citadel.git] / 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) {