Fix typo under "#if 0"
modified: packer.cpp
This commit is contained in:
parent
c127d5b64a
commit
3c8ed5c000
@ -733,7 +733,7 @@ bool Packer::getPackHeader(void *b, int blen, bool allow_incompressible)
|
||||
{
|
||||
#if 0
|
||||
// FIXME: does this check make sense w.r.t. overlays ???
|
||||
if (ph.format == UPX_F_W32_PE || ph.format == UPX_F_DOS_EXE)
|
||||
if (ph.format == UPX_F_WIN32_PE || ph.format == UPX_F_DOS_EXE)
|
||||
// may get longer
|
||||
((void)0);
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user