about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngircd/io.c b/src/ngircd/io.c
index fb3ebd8e..e3314646 100644
--- a/src/ngircd/io.c
+++ b/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