From 2eb60a059819da595efb8e1de49f04c241f5b981 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Mon, 4 Oct 2010 00:00:00 +0000 Subject: 9.17 --- CPP/7zip/Archive/PeHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CPP/7zip/Archive/PeHandler.cpp') diff --git a/CPP/7zip/Archive/PeHandler.cpp b/CPP/7zip/Archive/PeHandler.cpp index 5732e1f5..506e944a 100755 --- a/CPP/7zip/Archive/PeHandler.cpp +++ b/CPP/7zip/Archive/PeHandler.cpp @@ -98,7 +98,7 @@ void CDirLink::Parse(const Byte *p) { Va = Get32(p); Size = Get32(p + 4); -}; +} enum { @@ -991,7 +991,7 @@ bool CBitmapInfoHeader::Parse(const Byte *p, size_t size) Compression = Get32(p + 16); SizeImage = Get32(p + 20); return true; -}; +} static UInt32 GetImageSize(UInt32 xSize, UInt32 ySize, UInt32 bitCount) { -- cgit v1.2.3