1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fixed a small typo in an error message.

committer: mfx <mfx> 968690503 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-09-11 16:41:43 +00:00
parent a0919d78f1
commit b91c209852

View File

@ -210,7 +210,7 @@ unsigned optimize_relocs(upx_byte *b, const unsigned size,
}
t = offs - di;
if (t < 2)
throwCantPack("unexpected relocation 1");
throwCantPack("unexpected relocation 2");
while (t >= 256)
{