From cc106c726e926ec94c6295d1bdd437a56b4232f1 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 12 Dec 2012 11:27:53 +0100 Subject: [PATCH] a2dp: Remove bogus '\' at the end of line --- profiles/audio/a2dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index fb241f075..1d81bec8e 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -1337,7 +1337,7 @@ struct a2dp_sep *a2dp_add_sep(const bdaddr_t *src, uint8_t type, } if (add_record_to_server(&server->src, record) < 0) { - error("Unable to register A2DP service record");\ + error("Unable to register A2DP service record"); sdp_record_free(record); avdtp_unregister_sep(sep->lsep); g_free(sep); -- 2.47.3