Commit Diff
Diff:
639eb400354dc5b69deb17f20a52e0045f6e93e4
a2f5a05ff86402bb7fb09094c52d607743fc9f49
Commit:
a2f5a05ff86402bb7fb09094c52d607743fc9f49
Tree:
0ed1968d61aaea66b0f0e4a778a98e7f60f18123
Author:
Florian Westphal <fw@strlen.de>
Committer:
Florian Westphal <fw@strlen.de>
Date:
Tue Sep 19 18:21:30 2006 UTC
Message:
io_close_poll()s closing brace mysteriously disappeared... fixed.
blob - fb3ebd8ef883e8463791ac1ed9d75edd57df6e2a
blob + e331464647d5c6b9e8141febb591fa426de8311d
--- src/ngircd/io.c
+++ src/ngircd/io.c
@@ -12,7 +12,7 @@
#include "portab.h"
-static char UNUSED id[] = "$Id: io.c,v 1.20 2006/09/17 10:41:07 fw Exp $";
+static char UNUSED id[] = "$Id: io.c,v 1.21 2006/09/19 18:21:30 fw Exp $";
#include <assert.h>
#include <stdlib.h>
@@ -524,6 +524,7 @@ io_close_poll(int fd)
break;
}
}
+}
#else
static inline void io_close_poll(int UNUSED x) { /* NOTHING */ }
#endif
IRCNow