diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/hect_dsk.c | 2 | ||||
| -rw-r--r-- | src/lib/formats/vtech1_dsk.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/hect_dsk.c b/src/lib/formats/hect_dsk.c index f6416ec7a53..9a704c538a3 100644 --- a/src/lib/formats/hect_dsk.c +++ b/src/lib/formats/hect_dsk.c @@ -93,4 +93,4 @@ FLOPPY_OPTIONS_START( hector_disc2 ) FLOPPY_OPTION( hector_dsk, "HE2", "hector disc2 floppy disk image 200K", hector_disc2_dsk200_identify, hector_disc2_dsk200_construct, NULL, NULL) FLOPPY_OPTION( hector_dsk, "HE7", "hector disc2 floppy disk image 720K", hector_disc2_dsk720_identify, hector_disc2_dsk720_construct, NULL, NULL) FLOPPY_OPTION( hector_dsk, "HE8", "hector disc2 floppy disk image 800K", hector_disc2_dsk800_identify, hector_disc2_dsk800_construct, NULL, NULL) -FLOPPY_OPTIONS_END
\ No newline at end of file +FLOPPY_OPTIONS_END diff --git a/src/lib/formats/vtech1_dsk.c b/src/lib/formats/vtech1_dsk.c index b52ca3af16c..7a6d4a1176d 100644 --- a/src/lib/formats/vtech1_dsk.c +++ b/src/lib/formats/vtech1_dsk.c @@ -30,4 +30,4 @@ FLOPPY_OPTIONS_START( vtech1_only ) NULL, NULL ) -FLOPPY_OPTIONS_END0
\ No newline at end of file +FLOPPY_OPTIONS_END0 |
