diff options
Diffstat (limited to 'src/devices/imagedev/floppy.cpp')
-rw-r--r-- | src/devices/imagedev/floppy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp index ce871860ad8..c1782e3c021 100644 --- a/src/devices/imagedev/floppy.cpp +++ b/src/devices/imagedev/floppy.cpp @@ -1384,7 +1384,7 @@ void floppy_image_device::wspan_write(const std::vector<wspan> &wspans, std::vec track[si] = floppy_image::MG_E | (ws.start-1); si ++; } - } + } // Check for a neutral zone at the end and reduce it if needed if(ei != track.size() && (track[ei] & floppy_image::MG_MASK) == floppy_image::MG_E) { |