]> Nishi Git Mirror - gwion.git/commitdiff
:art: Cosmetics
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 14 Jun 2020 09:11:40 +0000 (11:11 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 14 Jun 2020 09:11:40 +0000 (11:11 +0200)
src/emit/emit.c

index e2441e2638bc384fe4a957aded6c834e218ee565..2e5cff70bc05f17f8b460676d2e87eac99d37048 100644 (file)
@@ -1674,7 +1674,7 @@ ANN static m_bool emit_union_def(const Emitter emit, const Union_Def udef) {
 }
 
 ANN static m_bool emit_stmt_exp(const Emitter emit, const struct Stmt_Exp_* exp) {
-  return exp->val ? emit_exp(emit, exp->val) : 1;
+  return exp->val ? emit_exp(emit, exp->val) : GW_OK;
 }
 
 ANN static m_bool emit_case_head(const Emitter emit, const Exp base,