summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jalblend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jalblend.c')
-rw-r--r--src/mame/video/jalblend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/jalblend.c b/src/mame/video/jalblend.c
index 54591f9e2b5..43aa992af5c 100644
--- a/src/mame/video/jalblend.c
+++ b/src/mame/video/jalblend.c
@@ -110,7 +110,7 @@ void jal_blend_drawgfx_common(palette_device &palette,_BitmapClass &dest_bmp,con
x_index_base = flipx ? gfx->width()-1 : 0;
y_index = flipy ? gfx->height()-1 : 0;
- // start coordinates
+ // start coordinates
sx = offsx;
sy = offsy;