From d4ca9de33906972fa06bd2b7e38cbc2b4d3574c2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 14 Mar 2019 21:24:44 +0100 Subject: Add ssa string --- src/compiler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/compiler.c') diff --git a/src/compiler.c b/src/compiler.c index 08d0225..4e097ce 100644 --- a/src/compiler.c +++ b/src/compiler.c @@ -54,8 +54,7 @@ int amal_compiler_init(amal_compiler *self) { return AMAL_COMPILER_OK; cleanup: - /* Ignore result */ - result = amal_compiler_deinit(self); + ignore_result_int(amal_compiler_deinit(self)); return AMAL_COMPILER_ERR; } -- cgit v1.2.3