From afd0dcbd68a9ca7af0e127074d293ebe139fb5a7 Mon Sep 17 00:00:00 2001 From: NotZed Date: Mon, 28 Feb 2000 18:25:38 +0000 Subject: Fixed a typo. 2000-02-28 NotZed * camel-stream-b64.c (my_read_encode): Fixed a typo. * providers/mbox/camel-mbox-search.c: Changed to use e-sexp, rather than filter-sexp. svn path=/trunk/; revision=1979 --- camel/camel-stream-b64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-stream-b64.c') 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) { -- cgit