Fix typo in ae.c file (#7895)
This commit is contained in:
parent
6e44f74dbc
commit
f353853caf
2
src/ae.c
2
src/ae.c
@ -352,7 +352,7 @@ int aeProcessEvents(aeEventLoop *eventLoop, int flags)
|
|||||||
/* Nothing to do? return ASAP */
|
/* Nothing to do? return ASAP */
|
||||||
if (!(flags & AE_TIME_EVENTS) && !(flags & AE_FILE_EVENTS)) return 0;
|
if (!(flags & AE_TIME_EVENTS) && !(flags & AE_FILE_EVENTS)) return 0;
|
||||||
|
|
||||||
/* Note that we want call select() even if there are no
|
/* Note that we want to call select() even if there are no
|
||||||
* file events to process as long as we want to process time
|
* file events to process as long as we want to process time
|
||||||
* events, in order to sleep until the next time event is ready
|
* events, in order to sleep until the next time event is ready
|
||||||
* to fire. */
|
* to fire. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user