summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ibmxdf_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ibmxdf_dsk.cpp')
-rw-r--r--src/lib/formats/ibmxdf_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ibmxdf_dsk.cpp b/src/lib/formats/ibmxdf_dsk.cpp
index 06265ff581a..3682541fd1f 100644
--- a/src/lib/formats/ibmxdf_dsk.cpp
+++ b/src/lib/formats/ibmxdf_dsk.cpp
@@ -39,7 +39,7 @@ ibmxdf_format::ibmxdf_format() : wd177x_format(formats)
const char *ibmxdf_format::name() const
{
- return "xdf";
+ return "ibmxdf";
}
const char *ibmxdf_format::description() const