aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 0ae0a61..f76554d 100644
--- a/common.c
+++ b/common.c
@@ -38,7 +38,7 @@
#define FAIL(...) \
BLOCK_START \
error_set (e, __VA_ARGS__); \
- return false; \
+ return 0; \
BLOCK_END
// --- To be moved to liberty --------------------------------------------------