diff lwasm/pseudo.c @ 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 87f904e2b304
children 71ba873a0ec6
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)
 	{