From 9e0548113dc428612d1eda440b5ce91e682e681f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 23 Mar 2006 17:20:57 +0000 Subject: [PATCH] * Hahaha mais le vieux porc c'est moi. --- test/gamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);