summaryrefslogtreecommitdiff
path: root/draw/porterduff.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-01 17:21:59 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-01 17:21:59 +0200
commitd96c642ea56b011b4a14a1ca9a8f3d9bba9d60a6 (patch)
treeff56746999b036314b83edc4b8289b1cc8df361b /draw/porterduff.c
parent23e7f55b75c6d99e7f4012847bac056c2067a7af (diff)
downloadmupdf-d96c642ea56b011b4a14a1ca9a8f3d9bba9d60a6.tar.xz
Fix typo and rename some variables.
Diffstat (limited to 'draw/porterduff.c')
-rw-r--r--draw/porterduff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/draw/porterduff.c b/draw/porterduff.c
index 884a3830..5c3339ec 100644
--- a/draw/porterduff.c
+++ b/draw/porterduff.c
@@ -301,7 +301,6 @@ path_w4i1o4(byte * restrict rgba, byte * restrict src, byte cov, int len, byte *
byte g = rgba[1];
byte b = rgba[2];
int a = FZ_EXPAND(rgba[3]);
-
while (len--)
{
int ca;