diff options
Diffstat (limited to 'camel/camel-stream-b64.c')
-rw-r--r-- | camel/camel-stream-b64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-stream-b64.c b/camel/camel-stream-b64.c index 000557ae82..40427caca2 100644 --- a/camel/camel-stream-b64.c +++ b/camel/camel-stream-b64.c @@ -423,8 +423,8 @@ my_read_encode (CamelStream *stream, status->end_state = 6; buffer [j++] = '\n'; - stream->eos = TRUE; -; + stream_b64->eos = TRUE; + } else { switch (status->state) { |