aboutsummaryrefslogtreecommitdiff
path: root/src/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.c')
-rw-r--r--src/jpeg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 0a35e4c7..9d611ba8 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -316,8 +316,7 @@ static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize)
/* out of input */
break;
}
- a_Dicache_write(jpeg->Image, jpeg->url, jpeg->version,
- linebuf, jpeg->y);
+ a_Dicache_write(jpeg->url, jpeg->version, linebuf, jpeg->y);
jpeg->y++;