hirc

IRC client
Log | Files | Refs

commit 03fc2cb2391f4138bed4538bab3ab610045d83bd
parent b8c5c0ce30494fc72ab3f545456470f2668e0c1a
Author: hhvn <dev@hhvn.uk>
Date:   Sun, 31 Oct 2021 10:52:51 +0000

main.c: missed for 29f5e29

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -179,7 +179,7 @@ main(int argc, char **argv) { struct Selected oldselected; struct Server *sp; FILE *file; - int i, refreshed; + int i, refreshed, inputrefreshed; struct pollfd fds[] = { { .fd = fileno(stdin), .events = POLLIN }, };