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 d7aeba1b..538de60a 100644 --- a/src/option.h +++ b/src/option.h @@ -162,7 +162,7 @@ public: if (handled) return value; else - return false; + return NULL_VALUE; } else { return handled; |