Cleanups.

committer: mfx <mfx> 1037132993 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-11-12 20:29:53 +00:00
parent 041947507f
commit eb6a6e3909

View File

@ -92,13 +92,13 @@ protected:
ps1_exe_t ih, oh;
upx_uint overlap;
upx_uint sa_cnt;
unsigned overlap;
unsigned sa_cnt;
// filesize-PS_HDR_SIZE
upx_uint fdata_size;
unsigned fdata_size;
// calculated filesize
upx_uint cfile_size;
unsigned cfile_size;
};