Commit 0c5f8304 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 496b438e
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment