diff options
Diffstat (limited to 'camel/camel-seekable-substream.c')
-rw-r--r-- | camel/camel-seekable-substream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-seekable-substream.c b/camel/camel-seekable-substream.c index ad1a01eef6..294526ada3 100644 --- a/camel/camel-seekable-substream.c +++ b/camel/camel-seekable-substream.c @@ -220,7 +220,7 @@ stream_flush (CamelStream *stream) { CamelSeekableSubstream *sus = (CamelSeekableSubstream *)stream; - return camel_stream_flush(sus->parent_stream); + return camel_stream_flush(CAMEL_STREAM(sus->parent_stream)); } static int |