diff options
Diffstat (limited to 'mail/em-sync-stream.h')
-rw-r--r-- | mail/em-sync-stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-sync-stream.h b/mail/em-sync-stream.h index b48afcc68a..0cb79a468d 100644 --- a/mail/em-sync-stream.h +++ b/mail/em-sync-stream.h @@ -56,7 +56,7 @@ typedef struct { ssize_t (*sync_write) (CamelStream *stream, const char *buffer, size_t n); int (*sync_close) (CamelStream *stream); int (*sync_flush) (CamelStream *stream); - + } EMSyncStreamClass; CamelType em_sync_stream_get_type (void); |