summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco3.c
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2012-09-09 07:08:47 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2012-09-09 07:08:47 +0000
commit8cf19f400c94effec2affe97bc5ae80a865a40cd (patch)
tree80cf2668d643df42c32384495169db34c236ea62 /src/mess/machine/coco3.c
parentcca30016706d54c32bf6bc1e30d67d14b24b57e7 (diff)
added missing \n to remaining fatalerror() calls (no whatsnew)
Diffstat (limited to 'src/mess/machine/coco3.c')
-rw-r--r--src/mess/machine/coco3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/coco3.c b/src/mess/machine/coco3.c
index b0eaefd0086..72159e30da7 100644
--- a/src/mess/machine/coco3.c
+++ b/src/mess/machine/coco3.c
@@ -173,7 +173,7 @@ UINT32 coco3_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, c
}
else
{
- fatalerror("Called screen_update() with invalid tag '%s'", screen.tag());
+ fatalerror("Called screen_update() with invalid tag '%s'\n", screen.tag());
}
return result;
}