From b781ed9cc2e122f216ef16d13c3669dc7478481c Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Thu, 11 Aug 2011 00:13:28 +0530 Subject: Remove bogus extra semicolons --- tools/test-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-server.c b/tools/test-server.c index 6096737..a25dfb9 100644 --- a/tools/test-server.c +++ b/tools/test-server.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; } -- cgit v1.2.1