aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-11-19 14:23:10 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-11-21 14:09:33 +0100
commit5ee210a5b724dabb8580654e3d2811537ff7f6b4 (patch)
tree62394eb60cbcfcc92f0a29de713a29da04cb1d28 /common.c
parent5d55d7f6deccfaa80fb2b33e6ac65d06cfe7148e (diff)
downloadxK-5ee210a5b724dabb8580654e3d2811537ff7f6b4.tar.gz
xK-5ee210a5b724dabb8580654e3d2811537ff7f6b4.tar.xz
xK-5ee210a5b724dabb8580654e3d2811537ff7f6b4.zip
degesch: stubplement plugins
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 --------------------------------------------------