Fix minor typos

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-04-27 20:43:12 +00:00
parent 05b1559275
commit 493cba1f80
1 changed files with 1 additions and 1 deletions

View File

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