diff options
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ #define FAIL(...) \ BLOCK_START \ error_set (e, __VA_ARGS__); \ - return false; \ + return 0; \ BLOCK_END // --- To be moved to liberty -------------------------------------------------- |