summaryrefslogtreecommitdiff
path: root/fitz/filt_faxd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/filt_faxd.c')
-rw-r--r--fitz/filt_faxd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/filt_faxd.c b/fitz/filt_faxd.c
index 61238819..c31a7ea2 100644
--- a/fitz/filt_faxd.c
+++ b/fitz/filt_faxd.c
@@ -538,7 +538,7 @@ eol:
else {
unsigned char * restrict d = out->wp;
unsigned char * restrict s = fax->dst;
- unsigned w = fax->stride;
+ int w = fax->stride;
for (i = 0; i < w; i++)
*d++ = *s++ ^ 0xff;
}