apps/graphics/pdcurs34: Fix missing ; typo in last commit
This commit is contained in:
parent
56a7ded061
commit
f20015b164
@ -504,7 +504,7 @@ int PDC_color_content(short color, short *red, short *green, short *blue)
|
||||
fbstate = &fbscreen->fbstate;
|
||||
|
||||
#ifdef PDCURSES_MONOCHROME
|
||||
greylevel = DIVROUND(fbstate->greylevel[color] * 1000, 255)
|
||||
greylevel = DIVROUND(fbstate->greylevel[color] * 1000, 255);
|
||||
*red = greylevel;
|
||||
*green = greylevel;
|
||||
*blue = greylevel;
|
||||
|
Loading…
Reference in New Issue
Block a user