summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/hp_ipc_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/hp_ipc_dsk.cpp
parent33bdc1469b3bc84ab1b811329f05c75f4801a7de (diff)
floppy: remove the intermediate allocator
Diffstat (limited to 'src/lib/formats/hp_ipc_dsk.cpp')
-rw-r--r--src/lib/formats/hp_ipc_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/hp_ipc_dsk.cpp b/src/lib/formats/hp_ipc_dsk.cpp
index 6f78142bed2..5c64bfeefe0 100644
--- a/src/lib/formats/hp_ipc_dsk.cpp
+++ b/src/lib/formats/hp_ipc_dsk.cpp
@@ -36,5 +36,5 @@ const hp_ipc_format::format hp_ipc_format::formats[] = {
{}
};
-const floppy_format_type FLOPPY_HP_IPC_FORMAT = &floppy_image_format_creator<hp_ipc_format>;
+const hp_ipc_format FLOPPY_HP_IPC_FORMAT;