changeset 566:d746a52e00db

Correct typo in previous commit for includebin
author William Astle <lost@l-w.ca>
date Thu, 21 Dec 2023 22:20:05 -0700
parents fc072f6cde09
children 71ba873a0ec6
files lwasm/pseudo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
 	{