Diff between 552823f60bb7cc3de80e83e0c77c4692d1346687 and 72dfb1af801d1349da10622cd3f3a4cdba53339b

Changed Files

File Additions Deletions Status
gobex/gobex.c +0 -2 modified

Full Patch

diff --git a/gobex/gobex.c b/gobex/gobex.c
index cd1ad5a..8961625 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -254,8 +254,6 @@ static void enable_tx(GObex *obex)
 
 	cond = G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL;
 	obex->write_source = g_io_add_watch(obex->io, cond, write_data, obex);
-
-	return;
 }
 
 static gboolean g_obex_send_internal(GObex *obex, struct pending_pkt *p,