msi: Move a TRACE before the continue (Smatch).

This commit is contained in:
Michael Stefaniuc 2011-10-10 23:58:59 +02:00 committed by Alexandre Julliard
parent 496b438ede
commit 0c5f83040a

View file

@ -185,8 +185,8 @@ static UINT ITERATE_FindRelatedProducts(MSIRECORD *rec, LPVOID param)
if (!check_language(check, language, attributes))
{
index ++;
continue;
TRACE("language doesn't match\n");
continue;
}
TRACE("found related product\n");