mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
msi: Move a TRACE before the continue (Smatch).
This commit is contained in:
parent
496b438ede
commit
0c5f83040a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue