diff options
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-display.c')
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 8c0e37fccc..939ed77a59 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -495,7 +495,7 @@ render_contact (GString *buffer, mail, name ? ">" : "", attr_str ? attr_str : ""); - email_num ++; + email_num++; nl = "<br>"; g_free (html); |