summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lethalj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/lethalj.c')
-rw-r--r--src/mame/video/lethalj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/lethalj.c b/src/mame/video/lethalj.c
index 92b2d276fc6..ed4640292ad 100644
--- a/src/mame/video/lethalj.c
+++ b/src/mame/video/lethalj.c
@@ -142,7 +142,7 @@ void lethalj_state::do_blit()
int pix = source[sx % BLITTER_SOURCE_WIDTH];
if (pix)
dest[dx] = pix;
-
+
}
}
}