summaryrefslogtreecommitdiff
path: root/src/plot/16bpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plot/16bpp.c')
-rw-r--r--src/plot/16bpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot/16bpp.c b/src/plot/16bpp.c
index 0badebe..d629944 100644
--- a/src/plot/16bpp.c
+++ b/src/plot/16bpp.c
@@ -69,7 +69,7 @@ static bool fill(nsfb_t *nsfb, nsfb_bbox_t *rect, nsfb_colour_t c)
width = width >> 1;
llen = (nsfb->linelen >> 2) - width;
ent32 = ent16 | (ent16 << 16);
- pvid32 = (uint32_t *)pvid16;
+ pvid32 = (void *)pvid16;
while (height-- > 0) {
w = width;