Commit bc5d953f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

xmllite: Remove duplicated statement (Coverity).

parent 7750dd8e
......@@ -845,7 +845,6 @@ static HRESULT reader_parse_misc(xmlreader *reader)
break;
if (FAILED(hr)) return hr;
cur = reader_get_cur(reader);
}
return hr;
......
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