index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/be_local.c | 2 |
diff --git a/lib/libalpm/be_local.c b/lib/libalpm/be_local.c index 80711df7..552f7dd9 100644 --- a/lib/libalpm/be_local.c +++ b/lib/libalpm/be_local.c @@ -190,7 +190,7 @@ static void *_cache_changelog_open(alpm_pkg_t *pkg) * @return the number of characters read, or 0 if there is no more data */ static size_t _cache_changelog_read(void *ptr, size_t size, - const alpm_pkg_t UNUSED *pkg, const void *fp) + const alpm_pkg_t UNUSED *pkg, void *fp) { return fread(ptr, 1, size, (FILE *)fp); } |