Commit e1631865 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

oleview: Add forgotten newlines to forward declarations.

parent 633e038b
......@@ -752,6 +752,7 @@ void AddPredefinitions(HTREEITEM hFirst, TYPELIB_DATA *pTLData)
hFirst = TreeView_GetChild(typelib.hTree, hFirst);
AddToTLDataStrWithTabsW(pTLData, wszPredefinition);
AddToTLDataStrW(pTLData, wszNewLine);
hCur = hFirst;
memset(&tvi, 0, sizeof(TVITEM));
......@@ -766,6 +767,7 @@ void AddPredefinitions(HTREEITEM hFirst, TYPELIB_DATA *pTLData)
{
AddToStrW(wszText, wszSemicolon);
AddToTLDataStrWithTabsW(pTLData, wszText);
AddToTLDataStrW(pTLData, wszNewLine);
}
hCur = TreeView_GetNextSibling(typelib.hTree, hCur);
}
......
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