summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/bml3_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/bml3_dsk.c')
-rw-r--r--src/lib/formats/bml3_dsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/bml3_dsk.c b/src/lib/formats/bml3_dsk.c
index 502476472d9..e445824ab05 100644
--- a/src/lib/formats/bml3_dsk.c
+++ b/src/lib/formats/bml3_dsk.c
@@ -36,7 +36,7 @@ static FLOPPY_CONSTRUCT(bml3_dsk_construct)
LEGACY_FLOPPY_OPTIONS_START( bml3 )
- LEGACY_FLOPPY_OPTION( bml3_dsk, "bm3", "BML3 floppy disk image", bml3_dsk_identify, bml3_dsk_construct, NULL,
+ LEGACY_FLOPPY_OPTION( bml3_dsk, "bm3", "BML3 floppy disk image", bml3_dsk_identify, bml3_dsk_construct, NULL,
HEADS([2])
TRACKS([40])
SECTORS([16])