mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
TMXR: Remove 8-bit characters from comments
This commit is contained in:
parent
5d7dc4d676
commit
ee45ae1a08
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user