summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sms.c')
-rw-r--r--src/mess/machine/sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/sms.c b/src/mess/machine/sms.c
index 3933f1bc6c9..8755a622b31 100644
--- a/src/mess/machine/sms.c
+++ b/src/mess/machine/sms.c
@@ -330,7 +330,7 @@ int sms_state::lgun_bright_aim_area( emu_timer *timer, int lgun_x, int lgun_y )
/* Caculate distance in x of the radius, relative to beam's y distance.
First try some shortcuts. */
switch (dy)
- {
+ {
case LGUN_RADIUS:
dx_radius = 0;
break;