diff --git a/test/gamma.c b/test/gamma.c index 839f347..96b0109 100644 --- a/test/gamma.c +++ b/test/gamma.c @@ -95,7 +95,7 @@ int main(void) (1.0 + cos(0.05 * (float)x)) * 0.5 * cucul_get_height(mask), cucul_get_width(mask) / 2, - cucul_get_height(mask) / 2, '#'); + cucul_get_height(mask) / 2, "#"); /* Blit the spare canvas onto the first one */ cucul_blit(qq, 0, 0, gg, mask);