aboutsummaryrefslogtreecommitdiff
path: root/listbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'listbas.c')
-rw-r--r--listbas.c2
1 files changed, 1 insertions, 1 deletions
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 */