Diff between e438e2a6a519df68416786f2e7557b189aa6f266 and f83af12e3954f184e4dce59ec68aa0ae5655cf02
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/vcard.c | +0 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c
index b997fc4..2c13266 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, ...)