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