1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Dan broke my patch

Add a missing space.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2011-05-05 11:07:19 +10:00
parent 73553e60ec
commit 500a6f576d

View File

@ -116,7 +116,7 @@ static void *_pkg_changelog_open(pmpkg_t UNUSED *pkg)
return NULL;
}
static size_t _pkg_changelog_read(void UNUSED *ptr, size_t UNUSEDsize,
static size_t _pkg_changelog_read(void UNUSED *ptr, size_t UNUSED size,
const pmpkg_t UNUSED *pkg, const UNUSED void *fp)
{
return 0;