Skip to content
Snippets Groups Projects
Commit 493cba1f authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix minor typos

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 05b15592
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment