summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-11 22:24:53 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-11 22:24:53 +0100
commit0415e5cb37b55940fa253baaccf6dd9131f2b6b7 (patch)
tree8d37ebc6bf3fda408298512a0f26e3ae275b2521 /draw
parent96b8920028fe35eefd8ea63ef8ca3fca70997fe8 (diff)
downloadmupdf-0415e5cb37b55940fa253baaccf6dd9131f2b6b7.tar.xz
Stylistic comment and whitespace fixes.
Diffstat (limited to 'draw')
-rw-r--r--draw/draw_blend.c2
1 files changed, 1 insertions, 1 deletions
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;