Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCHv2 obexd 1/2] Remove unnecessary return in add_slash func
@ 2011-07-27  7:39 Radoslaw Jablonski
  2011-07-27  7:39 ` [PATCHv2 obexd 2/2] Fix writing out of bounds " Radoslaw Jablonski
  2011-07-27  7:59 ` [PATCHv2 obexd 1/2] Remove unnecessary return " Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Radoslaw Jablonski @ 2011-07-27  7:39 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Radoslaw Jablonski

---
 plugins/vcard.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/plugins/vcard.c b/plugins/vcard.c
index b997fc4..2c13266 100644
--- a/plugins/vcard.c
+++ b/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, ...)
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-27  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27  7:39 [PATCHv2 obexd 1/2] Remove unnecessary return in add_slash func Radoslaw Jablonski
2011-07-27  7:39 ` [PATCHv2 obexd 2/2] Fix writing out of bounds " Radoslaw Jablonski
2011-07-27  7:59 ` [PATCHv2 obexd 1/2] Remove unnecessary return " Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox