From 4bb1eac4e7c6c785da3c2b2b1836c83446befc80 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 23 Nov 2008 18:34:50 +0100 Subject: [PATCH] fix comment --- pixman/pixman-combine.h.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-combine.h.template b/pixman/pixman-combine.h.template index 6828fea..9f64e85 100644 --- a/pixman/pixman-combine.h.template +++ b/pixman/pixman-combine.h.template @@ -135,7 +135,7 @@ } while (0) /* - x_c = (x_c * a) / 255 + y + x_c = (x_c * a_c) / 255 + y */ #define FbByteMulAddC(x, a, y) do { \ comp4_t t; \ -- 2.7.4