diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index 2bb9e342..f94ef783 100644 --- a/src/option.h +++ b/src/option.h @@ -133,8 +133,8 @@ public: } virtual value_t operator()(call_scope_t& args) { - handled = true; handler(args); + handled = true; return true; } }; |