aboutsummaryrefslogtreecommitdiff
path: root/src/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index ac54030d..2301b648 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -376,7 +376,7 @@ static void Gif_lwz_init(DilloGif *gif)
*/
static void Gif_emit_line(DilloGif *gif, const uchar_t *linebuf)
{
- a_Dicache_write(gif->Image, gif->url, gif->version, linebuf, gif->y);
+ a_Dicache_write(gif->url, gif->version, linebuf, gif->y);
if (gif->Flags & INTERLACE) {
switch (gif->pass) {
case 0: