diff options
author | jcid <devnull@localhost> | 2008-09-14 16:07:12 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-14 16:07:12 +0200 |
commit | 8a2b5a9e5b8aad195531603aedbbdd5a9eb98bfa (patch) | |
tree | 6053a7217a9c976c0d1e78bb57c4052ba8353e53 /src/dicache.h | |
parent | 4272ccda16b3d6b8695f01eb3c6ea544a97cbf54 (diff) |
- Made several cleanups according to compiler warnings with "-W -Wall".
Diffstat (limited to 'src/dicache.h')
-rw-r--r-- | src/dicache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.h b/src/dicache.h index a67261c7..6cbcf3a5 100644 --- a/src/dicache.h +++ b/src/dicache.h @@ -56,7 +56,7 @@ void a_Dicache_set_cmap(DilloUrl *url, int version, DilloImage *Image, int num_colors_max, int bg_index); void a_Dicache_new_scan(DilloImage *image, const DilloUrl *url, int version); 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); void a_Dicache_close(DilloUrl *url, int version, CacheClient_t *Client); void a_Dicache_invalidate_entry(const DilloUrl *Url); |