mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
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…
x
Reference in New Issue
Block a user