summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/studio2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/studio2.cpp')
-rw-r--r--src/mame/drivers/studio2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/studio2.cpp b/src/mame/drivers/studio2.cpp
index 5ccfa1113eb..519885df898 100644
--- a/src/mame/drivers/studio2.cpp
+++ b/src/mame/drivers/studio2.cpp
@@ -613,7 +613,7 @@ DEVICE_IMAGE_LOAD_MEMBER( studio2_state::cart_load )
}
if (image.length() != (blocks << 8))
- logerror("Wrong sized image: Expected 0x%04X; Found 0x%04X",blocks<<8,image.length());
+ logerror("Wrong sized image: Expected 0x%04X; Found 0x%04X\n",blocks<<8,image.length());
char* catalogue = &header[16];
char* title = &header[32];