From 228ec898a706842f76f048b4f14b4c7aba7f55f6 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Fri, 29 Jun 2018 15:30:04 -0700 Subject: [PATCH] fixed format --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index bb4c83f..9b0569f 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -948,7 +948,7 @@ void CQnetGateway::process() } } else { // g2buflen == 27 if (bool_qso_details && g2buf.counter & 0x40) - printf("id=%04x\n END G2", ntohs(g2buf.streamid)); + printf("id=%04x END G2\n", ntohs(g2buf.streamid)); /* find out which repeater module to send the data to */ int i;