From f83af12e3954f184e4dce59ec68aa0ae5655cf02 Mon Sep 17 00:00:00 2001 From: Radoslaw Jablonski Date: Wed, 27 Jul 2011 09:39:47 +0200 Subject: [PATCH] obexd: Remove unnecessary return in add_slash func --- obexd/plugins/vcard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c index b997fc466..2c1326652 100644 --- a/obexd/plugins/vcard.c +++ b/obexd/plugins/vcard.c @@ -121,7 +121,6 @@ static void add_slash(char *dest, const char *src, int len_max, int len) } } dest[j] = 0; - return; } static void get_escaped_fields(char **fields, ...) -- 2.47.3