diff options
Diffstat (limited to 'src/lib/formats/ccvf_dsk.c')
-rw-r--r-- | src/lib/formats/ccvf_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ccvf_dsk.c b/src/lib/formats/ccvf_dsk.c index 44d919bc88e..09119a4b632 100644 --- a/src/lib/formats/ccvf_dsk.c +++ b/src/lib/formats/ccvf_dsk.c @@ -39,7 +39,7 @@ const char *ccvf_format::extensions() const const ccvf_format::format ccvf_format::file_formats[] = { { floppy_image::FF_525, floppy_image::SSSD, - (1./(9600*8))*1000000000, 10, 41, 1, 128, {}, 0, { 0,5,1,6,2,7,3,8,4,9 } + (int) (1./(9600*8))*1000000000, 10, 41, 1, 128, {}, 0, { 0,5,1,6,2,7,3,8,4,9 } }, {} }; |