summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/tapefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/tapefile.c')
-rw-r--r--apps/plugins/zxbox/tapefile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/tapefile.c b/apps/plugins/zxbox/tapefile.c
index 92f4ea69f6..b030f8dab9 100644
--- a/apps/plugins/zxbox/tapefile.c
+++ b/apps/plugins/zxbox/tapefile.c
@@ -674,7 +674,8 @@ static int interpret_tzx_header(byte *hb, struct seginfo *csp)
674 rb->snprintf(seg_desc, DESC_LEN,"Tapefile Concatenation Point"); 674 rb->snprintf(seg_desc, DESC_LEN,"Tapefile Concatenation Point");
675 csp->type = ST_MISC; 675 csp->type = ST_MISC;
676 csp->segtype = SEG_SKIP; 676 csp->segtype = SEG_SKIP;
677 677 break;
678
678 default: 679 default:
679 csp->type = ST_MISC; 680 csp->type = ST_MISC;
680 csp->segtype = SEG_SKIP; 681 csp->segtype = SEG_SKIP;