mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Fix comment
This commit is contained in:
parent
98db408e1a
commit
a2251a399c
1 changed files with 1 additions and 3 deletions
|
|
@ -248,9 +248,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
|
|||
LOG_ERRNO("failed to read from pseudo terminal");
|
||||
return false;
|
||||
} else if (count == 0) {
|
||||
/*
|
||||
* Reached end-of-file
|
||||
*/
|
||||
/* Reached end-of-file */
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue