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
1 changed files with 1 additions and 1 deletions

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;