aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-multipart.c')
-rw-r--r--camel/camel-multipart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-multipart.c b/camel/camel-multipart.c
index 9c41050677..fcb500df93 100644
--- a/camel/camel-multipart.c
+++ b/camel/camel-multipart.c
@@ -549,9 +549,9 @@ construct_from_parser(CamelMultipart *multipart, struct _CamelMimeParser *mp)
CamelMimePart *bodypart;
char *buf;
size_t len;
-
+
g_assert(camel_mime_parser_state(mp) == HSCAN_MULTIPART);
-
+
/* FIXME: we should use a came-mime-mutlipart, not jsut a camel-multipart, but who cares */
d(printf("Creating multi-part\n"));