summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/bml3_dsk.c2
-rw-r--r--src/lib/formats/td0_dsk.c2
2 files changed, 1 insertions, 3 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])
diff --git a/src/lib/formats/td0_dsk.c b/src/lib/formats/td0_dsk.c
index 064e98a1b6c..383d67f5f28 100644
--- a/src/lib/formats/td0_dsk.c
+++ b/src/lib/formats/td0_dsk.c
@@ -1022,5 +1022,3 @@ bool td0_format::supports_save() const
}
const floppy_format_type FLOPPY_TD0_FORMAT = &floppy_image_format_creator<td0_format>;
-
-