xbps-bin: fix typo in previous.
--HG-- extra : convert_revision : 3010d732f67e42a368722f6aa81b5263e0b1fdf9
This commit is contained in:
parent
3b18195a6a
commit
2c7f9d1330
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ list_pkgs_in_dict(prop_object_t obj, void *arg, bool *loop_done)
|
||||||
{
|
{
|
||||||
const char *pkgname, *version, *short_desc;
|
const char *pkgname, *version, *short_desc;
|
||||||
(void)arg;
|
(void)arg;
|
||||||
(void)*loop_done;
|
(void)loop_done;
|
||||||
|
|
||||||
assert(prop_object_type(obj) == PROP_TYPE_DICTIONARY);
|
assert(prop_object_type(obj) == PROP_TYPE_DICTIONARY);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue