From f2942054bccdfd02d6941200c1ed1f63c2eb28b8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 22 Nov 2020 09:36:10 -0500 Subject: [PATCH] typos --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 14c1c8e0..c733d996 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -671,7 +671,7 @@ for (int j = 0; j < frameCnt; j++) strcat(str, call); strcat(str, header_str2); sprintf(header_str2b, "%7.2f%c%c%7.2f%cShi hi",4003.79,'N',0x5C,07534.33,'W'); // add APRS latt and long - printf("\n\nString is %s \m\", header_str2b); + printf("\n\nString is %s \n\n", header_str2b); } else { strcat(str, header_str4);