changeset 156:5f1f3f6fd865

fc-uicc-tool bfsearch: missing newline in output
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 25 Feb 2021 20:55:10 +0000
parents cb3c40ff443e
children f064dbcc5f41
files uicc/bfsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/uicc/bfsearch.c	Thu Feb 25 20:17:10 2021 +0000
+++ b/uicc/bfsearch.c	Thu Feb 25 20:55:10 2021 +0000
@@ -56,7 +56,7 @@
 		if ((sim_resp_sw & 0xFF00) != 0x6100) {
 			for (n = 0; n < pathlen; n++)
 				fprintf(outf, "%04X/", path[n]);
-			fprintf(outf, "%04X: SW response 0x%04X", bfs,
+			fprintf(outf, "%04X: SW response 0x%04X\n", bfs,
 				sim_resp_sw);
 			continue;
 		}