mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Fix minor typos
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user