mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 13:44:23 +08:00
tools: Fix printing of PlayItem pdu in hcidump
This commit is contained in:
parent
7e19eb9a5e
commit
6bc4a35fa4
@ -1383,7 +1383,7 @@ static void avrcp_play_item_dump(int level, struct frame *frm,
|
||||
}
|
||||
|
||||
scope = get_u8(frm);
|
||||
printf("Scope: 0x%02x (%s)", scope, scope2str(scope));
|
||||
printf("Scope: 0x%02x (%s)\n", scope, scope2str(scope));
|
||||
|
||||
p_indent(level, frm);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user