summaryrefslogtreecommitdiff
path: root/src/plot/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plot/common.c')
-rw-r--r--src/plot/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot/common.c b/src/plot/common.c
index 1fa23d8..5675ad6 100644
--- a/src/plot/common.c
+++ b/src/plot/common.c
@@ -193,7 +193,7 @@ glyph8(nsfb_t *nsfb,
nsfb_colour_t c)
{
PLOT_TYPE *pvideo;
- PLOT_TYPE fgcol;
+ nsfb_colour_t fgcol;
nsfb_colour_t abpixel; /* alphablended pixel */
int xloop, yloop;
int xoff, yoff; /* x and y offset into image */