summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/jvc_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/jvc_dsk.c')
-rw-r--r--src/lib/formats/jvc_dsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/jvc_dsk.c b/src/lib/formats/jvc_dsk.c
index 20ee3508ee9..30ec8287f22 100644
--- a/src/lib/formats/jvc_dsk.c
+++ b/src/lib/formats/jvc_dsk.c
@@ -55,7 +55,7 @@ bool jvc_format::parse_header(io_generic *io, int &header_size, int &tracks, int
switch (header_size)
{
- case 5: emu_fatalerror("jvc_format: sector attribute flag unsupported\n");
+ case 5: emu_fatalerror("jvc_format: sector attribute flag unsupported\n");
break;
case 4: base_sector_id = header[3];
// no break