diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-11-19 14:23:10 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-11-21 14:09:33 +0100 |
commit | 5ee210a5b724dabb8580654e3d2811537ff7f6b4 (patch) | |
tree | 62394eb60cbcfcc92f0a29de713a29da04cb1d28 /common.c | |
parent | 5d55d7f6deccfaa80fb2b33e6ac65d06cfe7148e (diff) | |
download | xK-5ee210a5b724dabb8580654e3d2811537ff7f6b4.tar.gz xK-5ee210a5b724dabb8580654e3d2811537ff7f6b4.tar.xz xK-5ee210a5b724dabb8580654e3d2811537ff7f6b4.zip |
degesch: stubplement plugins
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 -------------------------------------------------- |