mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user