aboutsummaryrefslogtreecommitdiff
path: root/src/jpeg.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-14 16:07:12 +0200
committerjcid <devnull@localhost>2008-09-14 16:07:12 +0200
commit8a2b5a9e5b8aad195531603aedbbdd5a9eb98bfa (patch)
tree6053a7217a9c976c0d1e78bb57c4052ba8353e53 /src/jpeg.c
parent4272ccda16b3d6b8695f01eb3c6ea544a97cbf54 (diff)
- Made several cleanups according to compiler warnings with "-W -Wall".
Diffstat (limited to 'src/jpeg.c')
-rw-r--r--src/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 168f422e..6251ab47 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -350,7 +350,7 @@ static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize)
break;
}
a_Dicache_write(jpeg->Image, jpeg->url, jpeg->version,
- linebuf, 0, jpeg->y);
+ linebuf, jpeg->y);
jpeg->y++;