Diff between 6f7da514e4b0f4937a90446e7eb1d481d8766fac and 8e1c754a1c9587b0892a218e5eba0f2becdb5965

Changed Files

File Additions Deletions Status
tools/parser/obex.c +3 -1 modified

Full Patch

diff --git a/tools/parser/obex.c b/tools/parser/obex.c
index 8cbe3b0..0ee53c1 100644
--- a/tools/parser/obex.c
+++ b/tools/parser/obex.c
@@ -269,8 +269,10 @@ void obex_dump(int level, struct frame *frm)
 
 		set_status(frm->handle, frm->dlci, status);
 
-		if (frm->len == 0)
+		if (frm->len == 0) {
+			printf("\n");
 			break;
+		}
 
 		switch (opcode & 0x7f) {
 		case 0x00:	/* Connect */