diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-07-01 17:21:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-07-01 17:21:59 +0200 |
commit | d96c642ea56b011b4a14a1ca9a8f3d9bba9d60a6 (patch) | |
tree | ff56746999b036314b83edc4b8289b1cc8df361b /draw/porterduff.c | |
parent | 23e7f55b75c6d99e7f4012847bac056c2067a7af (diff) | |
download | mupdf-d96c642ea56b011b4a14a1ca9a8f3d9bba9d60a6.tar.xz |
Fix typo and rename some variables.
Diffstat (limited to 'draw/porterduff.c')
-rw-r--r-- | draw/porterduff.c | 1 |
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; |