From e4fa8fe10408c4c370e1e11e4bb2d7745f50aceb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 16 May 2009 12:11:55 -0400 Subject: Fix several types of pedantic compiler warnings. --- filter/filter-rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter-rule.h') diff --git a/filter/filter-rule.h b/filter/filter-rule.h index 184c1270e5..b1683e1c8b 100644 --- a/filter/filter-rule.h +++ b/filter/filter-rule.h @@ -52,7 +52,7 @@ enum _filter_threading_t { FILTER_THREAD_ALL, /* add all possible threads */ FILTER_THREAD_REPLIES, /* add only replies */ FILTER_THREAD_REPLIES_PARENTS, /* replies plus parents */ - FILTER_THREAD_SINGLE, /* messages with no replies or parents */ + FILTER_THREAD_SINGLE /* messages with no replies or parents */ }; #define FILTER_SOURCE_INCOMING "incoming" /* performed on incoming email */ -- cgit v1.2.3