From 72dfb1af801d1349da10622cd3f3a4cdba53339b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 4 Jul 2011 11:01:59 +0300 Subject: [PATCH] gobex: Remove superfluous return statement --- gobex/gobex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gobex/gobex.c b/gobex/gobex.c index cd1ad5a98..896162589 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, -- 2.47.3