This commit is contained in:
gingerBill
2022-11-11 15:55:55 +00:00
parent 3d0e194298
commit e9e05a3783
+1 -1
View File
@@ -4187,7 +4187,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
gbString str = type_to_string(ptr0.type);
error(ptr0.expr, "Expected a pointer to a non-zero sized element for '%.*s', got %s", LIT(builtin_name), str);
gb_string_free(str);
return false
return false;
}
}
break;