summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-01 18:49:22 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-01 18:49:22 +0200
commit74838f16f6c838251af1e8b81a6064a9cac50464 (patch)
tree0f4bbda6c9266c3df8071cd37cb258510adfd6dd /draw
parent7f940ad522ceb63bc5d54923a1635773ca592b9b (diff)
downloadmupdf-74838f16f6c838251af1e8b81a6064a9cac50464.tar.xz
Remove silly warnings from MSVC.
Diffstat (limited to 'draw')
-rw-r--r--draw/archport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/archport.c b/draw/archport.c
index a4601328..2fb491d7 100644
--- a/draw/archport.c
+++ b/draw/archport.c
@@ -102,7 +102,7 @@ text_w4i1o4_32bit(byte * restrict rgba,
{
unsigned int ca, drb, dga, crb, cga;
ca = *src++;
- dga = *dst32++;
+ drb = *dst32++;
ca += ca>>7;
ca = (ca*alpha)>>8;
if (ca == 0)