tools: Fix printing of PlayItem pdu in hcidump

This commit is contained in:
Luiz Augusto von Dentz 2013-05-14 13:54:03 +03:00
parent 7e19eb9a5e
commit 6bc4a35fa4

View File

@ -1383,7 +1383,7 @@ static void avrcp_play_item_dump(int level, struct frame *frm,
} }
scope = get_u8(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); p_indent(level, frm);