From de8c19867bd4ab074c0eb00068fb9d59698743e9 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 12 Mar 2014 10:35:45 +0100 Subject: [PATCH] android/handsfree: Fix code comment Tt is RING, not +RING. --- android/handsfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/handsfree.c b/android/handsfree.c index b71c28e3b..04921ba98 100644 --- a/android/handsfree.c +++ b/android/handsfree.c @@ -1807,7 +1807,7 @@ static void phone_state_incoming(int num_active, int num_held, uint8_t type, else clip = g_strdup_printf("+CLIP: \"%s\",%u", number, type ); - /* send first +RING */ + /* send first RING */ ring_cb(clip); device.ring = g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, -- 2.47.3