From 8a2b5a9e5b8aad195531603aedbbdd5a9eb98bfa Mon Sep 17 00:00:00 2001 From: jcid Date: Sun, 14 Sep 2008 16:07:12 +0200 Subject: - Made several cleanups according to compiler warnings with "-W -Wall". --- src/dicache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dicache.c') diff --git a/src/dicache.c b/src/dicache.c index 4bdbb71b..272c14a6 100644 --- a/src/dicache.c +++ b/src/dicache.c @@ -387,10 +387,9 @@ void a_Dicache_new_scan(DilloImage *image, const DilloUrl *url, int version) * (Write a scan line into the Dicache entry) * buf: row buffer * Y : row number - * x : horizontal offset? (always zero) */ void a_Dicache_write(DilloImage *Image, DilloUrl *url, int version, - const uchar_t *buf, int x, uint_t Y) + const uchar_t *buf, uint_t Y) { DICacheEntry *DicEntry; -- cgit v1.2.3