mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
imagedev/floppy.cpp: Fix build
This commit is contained in:
parent
07da0fbdfd
commit
7d3fecc706
@ -620,7 +620,7 @@ image_init_result floppy_image_device::call_load()
|
||||
init_floppy_load(output_format != nullptr);
|
||||
|
||||
if (!cur_load_cb.isnull())
|
||||
return cur_load_cb(this);
|
||||
cur_load_cb(this);
|
||||
|
||||
flux_image_prepare();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user