summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-11-10 20:02:37 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2019-11-10 20:02:37 +1100
commitb9afe742e641e4f35b5568330de241b62c1be3ca (patch)
treefe8af11f353bca8d9a05bc5a56f4b54c7984d14a /src/mame
parenta53406c0d1e838e8d24f6dae31bd9b912313c893 (diff)
(nw) studio2: added a newline
Diffstat (limited to 'src/mame')
-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];