diff options
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |