Fix typo under "#if 0"

modified:   packer.cpp
This commit is contained in:
John Reiser
2017-06-10 22:11:04 -07:00
parent c127d5b64a
commit 3c8ed5c000
+1 -1
View File
@@ -733,7 +733,7 @@ bool Packer::getPackHeader(void *b, int blen, bool allow_incompressible)
{ {
#if 0 #if 0
// FIXME: does this check make sense w.r.t. overlays ??? // 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 // may get longer
((void)0); ((void)0);
else else