summaryrefslogtreecommitdiff
path: root/source/fitz/draw-blend.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-blend.c')
-rw-r--r--source/fitz/draw-blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-blend.c b/source/fitz/draw-blend.c
index 0a339157..04a4c419 100644
--- a/source/fitz/draw-blend.c
+++ b/source/fitz/draw-blend.c
@@ -596,7 +596,7 @@ fz_blend_separable_nonisolated(byte * restrict bp, int bal, const byte * restric
if (rc < 0) rc = 0;
if (rc > 255) rc = 255;
- bp[k] = fz_mul255(rc, ra);
+ bp[k] = fz_mul255(rc, ra);
}
break;
}