mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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");
|
LOG_ERRNO("failed to read from pseudo terminal");
|
||||||
return false;
|
return false;
|
||||||
} else if (count == 0) {
|
} else if (count == 0) {
|
||||||
/*
|
/* Reached end-of-file */
|
||||||
* Reached end-of-file
|
|
||||||
*/
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue