# HG changeset patch # User William Astle # Date 1703222405 25200 # Node ID d746a52e00db429655bec1a453d04abc39483cc9 # Parent fc072f6cde0928077e4eea7695e09618b1377695 Correct typo in previous commit for includebin diff -r fc072f6cde09 -r d746a52e00db lwasm/pseudo.c --- a/lwasm/pseudo.c Thu Dec 21 22:16:12 2023 -0700 +++ b/lwasm/pseudo.c Thu Dec 21 22:20:05 2023 -0700 @@ -1555,7 +1555,7 @@ // before we do anything if (e && !lw_expr_istype(e, lw_expr_type_int)) return; - if (e1 && !lwexpr_istype(e, lw_expr_type_int)) + if (e1 && !lw_expr_istype(e, lw_expr_type_int)) return; if (e != NULL) {