summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/yunsun16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/yunsun16.c')
-rw-r--r--src/mame/video/yunsun16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/yunsun16.c b/src/mame/video/yunsun16.c
index c94774e44bd..b4052554b00 100644
--- a/src/mame/video/yunsun16.c
+++ b/src/mame/video/yunsun16.c
@@ -157,7 +157,7 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
pri_mask = (1 << 2) | (1 << 3);
break;
case 3:
- default:
+ default:
pri_mask = 0;
break;
}