summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/aim65.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/aim65.c')
-rw-r--r--src/mess/drivers/aim65.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/aim65.c b/src/mess/drivers/aim65.c
index 305b61a8ca5..6f48b026494 100644
--- a/src/mess/drivers/aim65.c
+++ b/src/mess/drivers/aim65.c
@@ -158,7 +158,7 @@ int aim65_state::load_cart(device_image_interface &image, generic_slot_device *s
{
astring errmsg;
errmsg.printf("Attempted to load file with wrong extension\nSocket '%s' only accepts files with '.%s' extension",
- slot_tag, slot_tag);
+ slot_tag, slot_tag);
image.seterror(IMAGE_ERROR_UNSPECIFIED, errmsg.cstr());
return IMAGE_INIT_FAIL;
}