summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/pc98fdi_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/pc98fdi_dsk.c')
-rw-r--r--src/lib/formats/pc98fdi_dsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/pc98fdi_dsk.c b/src/lib/formats/pc98fdi_dsk.c
index d1859981305..81aeaf7a42b 100644
--- a/src/lib/formats/pc98fdi_dsk.c
+++ b/src/lib/formats/pc98fdi_dsk.c
@@ -17,7 +17,7 @@ pc98fdi_format::pc98fdi_format()
const char *pc98fdi_format::name() const
{
- return "pc98-fdi";
+ return "pc98_fdi";
}
const char *pc98fdi_format::description() const