Dan broke my patch
Add a missing space. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
73553e60ec
commit
500a6f576d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ static void *_pkg_changelog_open(pmpkg_t UNUSED *pkg)
|
||||||
return NULL;
|
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)
|
const pmpkg_t UNUSED *pkg, const UNUSED void *fp)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue