Fixed the bad CVS "Id:" signature.

committer: mfx <mfx> 968540510 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-09 23:01:50 +00:00
parent 8f3e1e7688
commit 61d7c3beec
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -843,12 +843,12 @@ void Packer::initLoader(const void *pdata, int plen, int pinfo)
"\n\0"
"$Info: This file is packed with the UPX executable packer http://upx.tsx.org $"
"\n\0"
"$Id: packer.cpp,v 1.1 2000/05/10 04:58:23 jreiser Exp jreiser $"
"$Id: UPX " UPX_VERSION_STRING " Copyright (C) 1996-2000 the UPX Team. All Rights Reserved. $"
"\n";
static const char identsmall[] =
"\n"
"$Id: packer.cpp,v 1.1 2000/05/10 04:58:23 jreiser Exp jreiser $"
"$Id: UPX (C) 1996-2000 the UPX Team. All Rights Reserverd. http://upx.tsx.org $"
"\n";
if (opt->small)