summaryrefslogtreecommitdiff
path: root/obexd/plugins/vcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'obexd/plugins/vcard.c')
-rw-r--r--obexd/plugins/vcard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c
index 37f7c8511..dc7c3b3e6 100644
--- a/obexd/plugins/vcard.c
+++ b/obexd/plugins/vcard.c
@@ -143,6 +143,7 @@ static void add_slash(char *dest, const char *src, int len_max, int len)
goto done;
dest[j++] = '\\';
+ /* fall through */
default:
dest[j] = src[i];
break;