From 62d25771c87fbafdeca779ef3b4f0dc422d82670 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Mar 2025 23:24:38 -0400 Subject: listbas: fix typo for OP_EOL. --- listbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listbas.c b/listbas.c index 212cdbd..7e4b2e7 100644 --- a/listbas.c +++ b/listbas.c @@ -952,7 +952,7 @@ CALLBACK(print_op) { return; case OP_EOL: /* in Integer BASIC, this token is TO */ - if((bas_type != B_INT_D) && (bas_type != B_INT_D)) return; + if((bas_type != B_INT_C) && (bas_type != B_INT_D)) return; break; case 0x13: /* in Integer BASIC, this is the real end-of-line token */ -- cgit v1.2.3