--- tools/test-server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; } -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html