* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2009-12-09 00:02:10 +02:00
parent 71abd126cd
commit edf898f7d8
1 changed files with 3 additions and 3 deletions

View File

@ -177,10 +177,10 @@ static void
add_terms_values (const MuMsgField* field, MsgDoc* msgdoc)
{
MuMsgFieldType type;
if (!mu_msg_field_is_xapian_enabled(field))
if (!mu_msg_field_is_xapian_enabled(field))
return;
type = mu_msg_field_type (field);
if (type == MU_MSG_FIELD_TYPE_STRING) {