TMXR: Remove 8-bit characters from comments
This commit is contained in:
parent
5d7dc4d676
commit
ee45ae1a08
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue