winedump: Remove a redundant ';'

Dmitry Timoshkov dmitry at codeweavers.com
Sun Dec 17 23:46:27 CST 2006


Hello,

Changelog:
    winedump: Remove a redundant ';'.

---
 tools/winedump/pe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winedump/pe.c b/tools/winedump/pe.c
index df07aa9..e05274f 100644
--- a/tools/winedump/pe.c
+++ b/tools/winedump/pe.c
@@ -412,7 +412,7 @@ void dump_section(const IMAGE_SECTION_HEADER *sectHead)
 
         switch (sectHead->Characteristics & IMAGE_SCN_ALIGN_MASK)
         {
-#define X2(b,s)	case b: printf("  " s); break;
+#define X2(b,s)	case b: printf("  " s); break
         X2(IMAGE_SCN_ALIGN_1BYTES, 		"ALIGN_1BYTES");
         X2(IMAGE_SCN_ALIGN_2BYTES, 		"ALIGN_2BYTES");
         X2(IMAGE_SCN_ALIGN_4BYTES, 		"ALIGN_4BYTES");
-- 
1.4.4.2






More information about the wine-patches mailing list