commit a624e7d31b61c1bff46af77aaae5431947c3b1a6
parent 43d52a51d667a5a854ad8641a497eb026811cb15
Author: sin <sin@2f30.org>
Date: Sat, 11 Jun 2016 11:02:27 +0100
Fix comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ncmixer.c b/ncmixer.c
@@ -468,7 +468,7 @@ loop(void)
continue;
if (pfd[in->clifd].revents & (POLLIN | POLLHUP)) {
if (consume(in) == -1) {
- /* we lost the output, reset state */
+ /* we lost the input, reset state */
pfd[in->clifd].fd = -1;
pfd[in->clifd].events = 0;
close(in->clifd);