--- 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 177f653..8e9f626 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); -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html