summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcr68.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcr68.c')
-rw-r--r--src/mame/video/mcr68.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcr68.c b/src/mame/video/mcr68.c
index 621aaa7a57f..5b2ae58a744 100644
--- a/src/mame/video/mcr68.c
+++ b/src/mame/video/mcr68.c
@@ -87,7 +87,7 @@ VIDEO_START( zwackery )
/* allocate memory for the assembled gfx data */
srcdata0 = auto_malloc(gfx0->total_elements * gfx0->width * gfx0->height);
srcdata2 = auto_malloc(gfx2->total_elements * gfx2->width * gfx2->height);
-
+
/* "colorize" each code */
dest0 = srcdata0;
dest2 = srcdata2;