msi: Move a TRACE before the continue (Smatch).
This commit is contained in:
parent
496b438ede
commit
0c5f83040a
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue