Apply correctly fix to match_any_virtualpkg_in_rundeps().

This commit is contained in:
Juan RP 2012-03-11 17:18:33 +01:00
parent ca03127a82
commit 35b1932416

View File

@ -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;
}