summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2017-01-18 18:00:25 -0500
committerQuentin Carbonneaux2017-01-18 18:00:25 -0500
commit874cde6562f0c0817a6d14878269c4364cddb801 (patch)
treeafe40ddf5eb5e9fadddad8686df91ceddf785e35
parentbaa319ce6d7db30a166843fe1687cd0660d08f8b (diff)
style nit
-rw-r--r--irc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index 08bb274..b35eb8e 100644
--- a/irc.c
+++ b/irc.c
@@ -826,7 +826,6 @@ main(int argc, char *argv[])
sndf("MODE %s +i", nick);
while (!quit) {
fd_set rfs, wfs;
-
int ret;
if (winchg)