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 99b80fc..dd2871e 100644
--- a/listbas.c
+++ b/listbas.c
@@ -956,7 +956,7 @@ CALLBACK(print_op) {
fprintf(outfh, "(bad op token $%02x)", tok);
badtok = 1;
} else {
- if(bas_type == B_BXL || bas_type == B_BXE)
+ if(bas_type == B_BXL || bas_type == B_BXE || bas_type == B_INT)
print_mixed_case(name);
else
fprintf(outfh, "%s", name);