diff options
-rw-r--r-- | include/ruby/internal/intern/select/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ rb_fd_max(const rb_fdset_t *f) const fd_set *p = f->fdset; RBIMPL_ASSERT_OR_ASSUME(p); - return p->fd_count; } #endif /* RBIMPL_INTERN_SELECT_WIN32_H */ |