Module: sip-router Branch: sr_3.0 Commit: 69670e970984f2c4acf53383027904a33638371c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69670e97...
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 (cherry picked from commit b4f7c405a7c15a950ce50561a5a61fb36d59bc28)
---
io_wait.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/io_wait.c b/io_wait.c index 72e34ee..a7d0527 100644 --- a/io_wait.c +++ b/io_wait.c @@ -389,7 +389,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)