summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hd63484.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hd63484.c')
-rw-r--r--src/mame/video/hd63484.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hd63484.c b/src/mame/video/hd63484.c
index 1da04bfc970..a03ed0e33a9 100644
--- a/src/mame/video/hd63484.c
+++ b/src/mame/video/hd63484.c
@@ -852,7 +852,7 @@ static void circle(INT16 sx, INT16 sy, UINT16 r, INT16 col)
{
float degInRad = i * DEG2RAD / (r / 10);
dot(sx + cos(degInRad) * r,sy + sin(degInRad) * r,col & 7,cl0);
- }
+ }
}
static void paint(int sx, int sy, int col)