From cdb3de4d032784aec51b62326113f0d545294ef9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 16 Aug 2012 11:20:45 -0500 Subject: mbm: Remove spurious ';' --- plugins/mbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mbm.c') diff --git a/plugins/mbm.c b/plugins/mbm.c index 035f87ec..71555ee3 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -251,7 +251,7 @@ static void emrdy_query(gboolean ok, GAtResult *result, gpointer user_data) */ g_at_chat_send(data->modem_port, "AT+CFUN?", cfun_prefix, cfun_query, modem, NULL); -}; +} static GAtChat *create_port(const char *device) { -- cgit v1.2.3