From 128d255031170115e4f2427294beff9ac1d04179 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 10 May 2000 20:14:12 +0000 Subject: fix a stupid typo. Thank you, C. * camel-multipart.c (write_to_stream): fix a stupid typo. Thank you, C. * camel-mime-part.c (write_to_stream): don't ref the stream before wrapper a filter around it, since nothing will ever unref it. svn path=/trunk/; revision=2978 --- camel/camel-multipart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-multipart.c') diff --git a/camel/camel-multipart.c b/camel/camel-multipart.c index 347eb3bdcc..8155ce1229 100644 --- a/camel/camel-multipart.c +++ b/camel/camel-multipart.c @@ -444,7 +444,7 @@ write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream, return -1; total += camel_data_wrapper_write_to_stream (CAMEL_DATA_WRAPPER (node->data), stream, ex); - if (camel_exception_is_set (ex)); + if (camel_exception_is_set (ex)) return -1; node = node->next; } -- cgit v1.2.3