diff options
Diffstat (limited to 'src/lib/formats/pc_dsk.c')
| -rw-r--r-- | src/lib/formats/pc_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/pc_dsk.c b/src/lib/formats/pc_dsk.c index 0841c66ebff..7ef11bfb861 100644 --- a/src/lib/formats/pc_dsk.c +++ b/src/lib/formats/pc_dsk.c @@ -300,7 +300,7 @@ bool pc_format::load(io_generic *io, UINT32 form_factor, floppy_image *image) const format &f = formats[type]; if(!f.desc) return false; - + UINT8 sectdata[36*512]; desc_s sectors[36]; for(int i=0; i<f.sector_count; i++) { |
