mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
Fix comment
This commit is contained in:
parent
dfc517f671
commit
e9dfb21022
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