]> arthur.barton.de Git - ngircd-alex.git/commitdiff
io_close_poll()s closing brace mysteriously disappeared... fixed.
authorFlorian Westphal <fw@strlen.de>
Tue, 19 Sep 2006 18:21:30 +0000 (18:21 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 19 Sep 2006 18:21:30 +0000 (18:21 +0000)
src/ngircd/io.c

index fb3ebd8ef883e8463791ac1ed9d75edd57df6e2a..e331464647d5c6b9e8141febb591fa426de8311d 100644 (file)
@@ -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