diff options
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r-- | src/keeper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp index 10fba2b..1e344f2 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -397,7 +397,7 @@ int keepercall_limit( lua_State* L) | |||
397 | //out: true or nil | 397 | //out: true or nil |
398 | int keepercall_set( lua_State* L) | 398 | int keepercall_set( lua_State* L) |
399 | { | 399 | { |
400 | bool_t should_wake_writers = FALSE; | 400 | bool should_wake_writers{ false }; |
401 | STACK_GROW( L, 6); | 401 | STACK_GROW( L, 6); |
402 | 402 | ||
403 | // retrieve fifos associated with the linda | 403 | // retrieve fifos associated with the linda |