From 0415e5cb37b55940fa253baaccf6dd9131f2b6b7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 11 Jan 2012 22:24:53 +0100 Subject: Stylistic comment and whitespace fixes. --- draw/draw_blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw') diff --git a/draw/draw_blend.c b/draw/draw_blend.c index 1a6fcc13..e60c09c5 100644 --- a/draw/draw_blend.c +++ b/draw/draw_blend.c @@ -436,7 +436,7 @@ fz_blend_separable_nonisolated(byte * restrict bp, byte * restrict sp, int n, in * sc = (rc - bc)/ha + bc * Now, the result of the blend (rc) was stored in src, so * we actually want to calculate: - * sc = (sc-bc)/ha + bc + * sc = (sc-bc)/ha + bc */ invha = ha ? 255 * 256 / ha : 0; invra = ra ? 255 * 256 / ra : 0; -- cgit v1.2.3