From 90bdd961a7ee433b279653e35d187a7d1ed742e7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 14 Oct 2009 13:28:17 -0500 Subject: [PATCH] Fix: Quiet compiler warning --- unit/test-mux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit/test-mux.c b/unit/test-mux.c index 5116b712..1f75d5d4 100644 --- a/unit/test-mux.c +++ b/unit/test-mux.c @@ -76,6 +76,8 @@ static gboolean chat_cleanup(gpointer data) g_at_chat_shutdown(chat); g_at_chat_unref(chat); + + return FALSE; } static void chat_callback(gboolean ok, GAtResult *result, gpointer user_data)