index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2010-12-18 22:26:04 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-20 18:03:21 -0600 |
commit | a611879318a4c39488f977308af8ee90f428995b (patch) | |
tree | c69723f5229b308ab568e0f211cc168055467131 /lib/libalpm/be_package.c | |
parent | 5776090055642bc7651a07cd9d31cf056d0531dc (diff) |
-rw-r--r-- | lib/libalpm/be_package.c | 2 |
diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c index 32ec9934..f9f18d38 100644 --- a/lib/libalpm/be_package.c +++ b/lib/libalpm/be_package.c @@ -131,7 +131,7 @@ int _package_changelog_close(const pmpkg_t *pkg, void *fp) * lets us only initialize an operations struct once which can always be * accessed by this method. */ -static struct pkg_operations *get_file_pkg_ops() +static struct pkg_operations *get_file_pkg_ops(void) { static struct pkg_operations *file_pkg_ops = NULL; /* determine whether our static file_pkg_ops struct has been initialized */ |