<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">
      <pre wrap="">Signed-off-by: Jacek Caban <a class="moz-txt-link-rfc2396E" href="mailto:jacek@codeweavers.com"><jacek@codeweavers.com></a>
</pre>
      <br>
      On 07/10/2018 05:41 AM, Dmitry Timoshkov wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20180710114130.319ac7e17cd3d4c4a04a2190@baikal.ru">
      <pre wrap="">This patch makes typelib output consistent with other dumpers.

Signed-off-by: Dmitry Timoshkov <a class="moz-txt-link-rfc2396E" href="mailto:dmitry@baikal.ru"><dmitry@baikal.ru></a>
---
 tools/winedump/tlb.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/winedump/tlb.c b/tools/winedump/tlb.c
index e30761540b..0d8f059c03 100644
--- a/tools/winedump/tlb.c
+++ b/tools/winedump/tlb.c
@@ -173,9 +173,6 @@ static int tlb_read_byte(void)
 static void print_offset(void)
 {
     int i;
-
-    printf("%04x:   ", offset);
-
     for(i=0; i<indent; i++)
         printf("    ");
 }
</pre>
    </blockquote>
    <br>
    I don't mind the patch, although I'm not sure it's the right thing
    to do. Since Dmitry does more work in this area, making the output
    fit better to his needs seems a good thing to do.<br>
    <br>
    Jacek<br>
  </body>
</html>