Misha Koshelev : oleview: Add forgotten newlines to forward declarations.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 26 12:19:29 CST 2007


Module: wine
Branch: master
Commit: e16318657a9c5af84ff988c6363e9de5b01fe626
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e16318657a9c5af84ff988c6363e9de5b01fe626

Author: Misha Koshelev <mk144210 at bcm.tmc.edu>
Date:   Sun Feb 25 01:37:08 2007 -0600

oleview: Add forgotten newlines to forward declarations.

---

 programs/oleview/typelib.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index 1a206a3..6af26ec 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -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);
     }




More information about the wine-cvs mailing list