Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
79a7c171
"vscode:/vscode.git/clone" did not exist on "d8fbd3a8bafc9b430da6c3c13bdd04af4d75ad0c"
Unverified
Commit
79a7c171
authored
Nov 26, 2020
by
Dipankar Achinta
Committed by
GitHub
Nov 25, 2020
Browse files
Fix typo in ae.c file (#7895)
parent
0719388c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ae.c
View file @
79a7c171
...
@@ -352,7 +352,7 @@ int aeProcessEvents(aeEventLoop *eventLoop, int flags)
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment