aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-filter.c')
-rw-r--r--camel/camel-stream-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-filter.c b/camel/camel-stream-filter.c
index 0e529c0071..e17fcb8377 100644
--- a/camel/camel-stream-filter.c
+++ b/camel/camel-stream-filter.c
@@ -51,7 +51,7 @@ struct _CamelStreamFilterPrivate {
size_t filteredlen;
int last_was_read:1; /* was the last op read or write? */
- int flushed:1 /* were the filters flushed? */
+ int flushed:1; /* were the filters flushed? */
};
#define READ_PAD (128) /* bytes padded before buffer */