diff options
Diffstat (limited to 'addressbook/gui/merging')
-rw-r--r-- | addressbook/gui/merging/eab-contact-compare.c | 2 | ||||
-rw-r--r-- | addressbook/gui/merging/eab-contact-merging.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/merging/eab-contact-compare.c b/addressbook/gui/merging/eab-contact-compare.c index 86ed4e9de6..b341d77fc9 100644 --- a/addressbook/gui/merging/eab-contact-compare.c +++ b/addressbook/gui/merging/eab-contact-compare.c @@ -323,7 +323,7 @@ eab_contact_compare_name (EContact *contact1, EContact *contact2) if (a->family && b->family && *a->family && *b->family) { ++possible; /* We don't allow "loose matching" (i.e. John vs. Jon) on family names */ - if (! e_utf8_casefold_collate (a->family, b->family)) { + if (!e_utf8_casefold_collate (a->family, b->family)) { ++matches; family_match = TRUE; } diff --git a/addressbook/gui/merging/eab-contact-merging.h b/addressbook/gui/merging/eab-contact-merging.h index 70cd825626..fe1457f4e7 100644 --- a/addressbook/gui/merging/eab-contact-merging.h +++ b/addressbook/gui/merging/eab-contact-merging.h @@ -45,4 +45,4 @@ gboolean eab_merging_book_find_contact (EBook *book, G_END_DECLS -#endif /* ! __EAB_CONTACT_MERGING_H__ */ +#endif /* __EAB_CONTACT_MERGING_H__ */ |