From cb6fe44ba125817a58f41d44018734a0377a873e Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Thu, 11 Aug 2011 00:13:28 +0530 Subject: [PATCH] gobex: Remove bogus extra semicolons --- tools/obex-server-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/obex-server-tool.c b/tools/obex-server-tool.c index 60967375a..a25dfb9f9 100644 --- a/tools/obex-server-tool.c +++ b/tools/obex-server-tool.c @@ -260,7 +260,7 @@ static gboolean unix_accept(GIOChannel *chan, GIOCondition cond, gpointer data) g_obex_add_request_function(obex, G_OBEX_OP_GET, handle_get, NULL); g_obex_add_request_function(obex, G_OBEX_OP_CONNECT, handle_connect, NULL); - clients = g_slist_append(clients, obex);; + clients = g_slist_append(clients, obex); return TRUE; } -- 2.47.3