From ee45ae1a08ac2e6f646801895badcdd09eaa7272 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 15 Jul 2018 07:26:23 -0700 Subject: [PATCH] TMXR: Remove 8-bit characters from comments --- sim_tmxr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_tmxr.c b/sim_tmxr.c index 5475c133..1e8f027c 100644 --- a/sim_tmxr.c +++ b/sim_tmxr.c @@ -2377,7 +2377,7 @@ return (0 != (lp->txppsize - lp->txppoffset)); } /* Return transmitted data complete status */ -/* 0 – not done, 1 – just now done, -1 – previously done. */ +/* 0 - not done, 1 - just now done, -1 - previously done. */ int32 tmxr_txdone_ln (TMLN *lp) {