Fix minor typos

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 23 years ago
parent 05b1559275
commit 493cba1f80

@ -704,7 +704,7 @@ static inline int ast_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds,
return res; return res;
} }
else else
return(nfds, rfds, wfds, efds, NULL); return select(nfds, rfds, wfds, efds, NULL);
#endif #endif
} }

Loading…
Cancel
Save