get rid of spurious continue - irc - Unnamed repository; edit this file 'description' to name the repository.
(HTM) git clone git://vernunftzentrum.de/irc.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 19ba268b6a8dcde8bbd77046e52cb62e1ffc7f5b
(DIR) parent 3bb53c314db1eede1b9359c9e7886105cedd8fc3
(HTM) Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
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(-)
---
(DIR) 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--)