Module: sip-router Branch: master Commit: b4f7c405a7c15a950ce50561a5a61fb36d59bc28 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b4f7c405...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Fri Aug 13 22:25:34 2010 +0200
core: fix unclosed comment
---
io_wait.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/io_wait.c b/io_wait.c index 62cdee9..dcc6cd5 100644 --- a/io_wait.c +++ b/io_wait.c @@ -396,7 +396,7 @@ enum poll_types choose_poll_method() /* all DragonFly versions have kqueque */ #ifndef __OS_dragonfly if (_os_ver>=0x0401) /* if ver >= 4.1 */ - #endif /**__OS_dragonfly + #endif /**__OS_dragonfly */ #elif defined (__OS_netbsd) if (_os_ver>=0x020000) /* if ver >= 2.0 */ #elif defined (__OS_openbsd)