From 96ca20c858b4fc5ceaa8289104850708266299bb Mon Sep 17 00:00:00 2001 From: Rafal Michalski Date: Thu, 22 Sep 2011 09:52:46 +0200 Subject: [PATCH] obexd: Remove unnecessary character in comment This patch removes unnecessary comment's character. --- obexd/plugins/vcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c index b9a31bc3e..9c63595d5 100644 --- a/obexd/plugins/vcard.c +++ b/obexd/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); } -- 2.47.3