style nit - irc - Unnamed repository; edit this file 'description' to name the … | |
git clone git://vernunftzentrum.de/irc.git | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 874cde6562f0c0817a6d14878269c4364cddb801 | |
parent baa319ce6d7db30a166843fe1687cd0660d08f8b | |
Author: Quentin Carbonneaux <[email protected]> | |
Date: Wed, 18 Jan 2017 18:00:25 -0500 | |
style nit | |
Diffstat: | |
irc.c | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git 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) |