get rid of spurious continue - irc - Unnamed repository; edit this file 'descri… | |
git clone git://vernunftzentrum.de/irc.git | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 19ba268b6a8dcde8bbd77046e52cb62e1ffc7f5b | |
parent 3bb53c314db1eede1b9359c9e7886105cedd8fc3 | |
Author: Quentin Carbonneaux <[email protected]> | |
Date: Thu, 19 Jan 2017 11:26:23 -0500 | |
get rid of spurious continue | |
Diffstat: | |
irc.c | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/irc.c b/irc.c | |
@@ -915,7 +915,6 @@ main(int argc, char *argv[]) | |
tgetch(); | |
wrefresh(scr.iw); | |
} | |
- continue; | |
} | |
hangup(); | |
while (nch--) |