From 31db8836a6c6263edc1f730e09bf5742e3434f39 Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Fri, 30 Dec 2011 03:00:25 +0530 Subject: isimodem: Remove extra bogus semicolon --- drivers/isimodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/isimodem/voicecall.c') diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index f7ee95b7..2f38f68a 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -1793,7 +1793,7 @@ static void isi_swap_without_accept(struct ofono_voicecall *ovc, static void isi_send_tones(struct ofono_voicecall *ovc, const char *tones, ofono_voicecall_cb_t cb, void *data) { - isi_call_dtmf_send_req(ovc, CALL_ID_ALL, tones, cb, data);; + isi_call_dtmf_send_req(ovc, CALL_ID_ALL, tones, cb, data); } static void subscribe_indications(GIsiClient *cl, void *data) -- cgit v1.2.3