summaryrefslogtreecommitdiff
path: root/irc.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux2017-01-19 11:26:23 -0500
committerQuentin Carbonneaux2017-01-19 11:26:23 -0500
commit19ba268b6a8dcde8bbd77046e52cb62e1ffc7f5b (patch)
tree05746771b79026d2ca5f1c0ca697e823105bd6ee /irc.c
parent3bb53c314db1eede1b9359c9e7886105cedd8fc3 (diff)
get rid of spurious continue
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index 9684735..846b397 100644
--- a/irc.c
+++ b/irc.c
@@ -915,7 +915,6 @@ main(int argc, char *argv[])
tgetch();
wrefresh(scr.iw);
}
- continue;
}
hangup();
while (nch--)