summaryrefslogtreecommitdiff
path: root/core/src/xmake/fwatcher/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/fwatcher/wait.c')
-rw-r--r--core/src/xmake/fwatcher/wait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/fwatcher/wait.c b/core/src/xmake/fwatcher/wait.c
index 0602c931c..585037886 100644
--- a/core/src/xmake/fwatcher/wait.c
+++ b/core/src/xmake/fwatcher/wait.c
@@ -52,7 +52,7 @@ tb_int_t xm_fwatcher_wait(lua_State *lua) {
// wait fwatcher event
tb_fwatcher_event_t event;
- tb_long_t ok = tb_fwatcher_wait(fwatcher, &event, timeout);
+ tb_long_t ok = tb_fwatcher_wait(fwatcher, &event, timeout);
// save result
lua_pushinteger(lua, ok);