aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-index.c')
-rw-r--r--camel/camel-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-index.c b/camel/camel-index.c
index ea7a63fe08..6a7cba6afe 100644
--- a/camel/camel-index.c
+++ b/camel/camel-index.c
@@ -391,6 +391,6 @@ camel_index_cursor_next(CamelIndexCursor *idc)
void
camel_index_cursor_reset(CamelIndexCursor *idc)
{
- return CIC_CLASS(idc)->reset(idc);
+ CIC_CLASS(idc)->reset(idc);
}