diff options
Diffstat (limited to 'camel/camel-multipart-signed.c')
-rw-r--r-- | camel/camel-multipart-signed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-multipart-signed.c b/camel/camel-multipart-signed.c index 557209f44a..cc3b493e4a 100644 --- a/camel/camel-multipart-signed.c +++ b/camel/camel-multipart-signed.c @@ -467,7 +467,7 @@ write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream) const char *boundary; ssize_t total = 0; ssize_t count; - + /* we have 3 basic cases: 1. constructed, we write out the data wrapper stream we got 2. signed content, we create and write out a new stream |