summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/uniflex_dsk.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-03-25 21:34:24 +0100
committer Olivier Galibert <galibert@pobox.com>2022-03-30 15:45:35 +0200
commit40033c809aed228af9b928747a882ee275482c38 (patch)
treef7a077f27632849849b4a8b2d4deea3638020dfb /src/lib/formats/uniflex_dsk.cpp
parent33bdc1469b3bc84ab1b811329f05c75f4801a7de (diff)
floppy: remove the intermediate allocator
Diffstat (limited to 'src/lib/formats/uniflex_dsk.cpp')
-rw-r--r--src/lib/formats/uniflex_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/uniflex_dsk.cpp b/src/lib/formats/uniflex_dsk.cpp
index 628321f3748..4eb63461875 100644
--- a/src/lib/formats/uniflex_dsk.cpp
+++ b/src/lib/formats/uniflex_dsk.cpp
@@ -154,4 +154,4 @@ const uniflex_format::format uniflex_format::formats[] = {
{}
};
-const floppy_format_type FLOPPY_UNIFLEX_FORMAT = &floppy_image_format_creator<uniflex_format>;
+const uniflex_format FLOPPY_UNIFLEX_FORMAT;