This patch removes unnecessary comment's character. --- plugins/vcard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/vcard.c b/plugins/vcard.c index e5e1de1..ca3a052 100644 --- a/plugins/vcard.c +++ b/plugins/vcard.c @@ -681,7 +681,7 @@ static void vcard_printf_address(GString *vcards, uint8_t format, g_strlcat(fields, field_esc, len); if (l->next) - /* not addding ';' after last addr field */ + /* not adding ';' after last addr field */ g_strlcat(fields, ";", len); } -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html