diff --git a/lib/plist_match.c b/lib/plist_match.c index 3c74641e..dd39ef60 100644 --- a/lib/plist_match.c +++ b/lib/plist_match.c @@ -74,9 +74,9 @@ xbps_match_any_virtualpkg_in_rundeps(prop_array_t rundeps, found = true; break; } - if (found) - break; } + if (found) + break; } return found; }