diff options
Diffstat (limited to 'src/lib/formats/thom_dsk.cpp')
-rw-r--r-- | src/lib/formats/thom_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/thom_dsk.cpp b/src/lib/formats/thom_dsk.cpp index 2e126b696e7..df4d66c84e3 100644 --- a/src/lib/formats/thom_dsk.cpp +++ b/src/lib/formats/thom_dsk.cpp @@ -210,7 +210,7 @@ static floperr_t sap_get_indexed_sector_info(floppy_image_legacy *floppy, int he return err; } -static floperr_t sap_post_format(floppy_image_legacy *floppy, option_resolution *params) +static floperr_t sap_post_format(floppy_image_legacy *floppy, util::option_resolution *params) { int track,sector; int pos; |