Diff between f64fe4f401513bd804073945a85a7cd62b16765e and cb6fe44ba125817a58f41d44018734a0377a873e

Changed Files

File Additions Deletions Status
tools/obex-server-tool.c +1 -1 modified

Full Patch

diff --git a/tools/obex-server-tool.c b/tools/obex-server-tool.c
index 6096737..a25dfb9 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;
 }