OSDN Git Service

tools: Fix printing of PlayItem pdu in hcidump
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2013 10:54:03 +0000 (13:54 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2013 14:28:33 +0000 (17:28 +0300)
tools/parser/avrcp.c

index 246fd12..151628c 100644 (file)
@@ -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);