From eb6a6e3909d345d9492344ea7cd1aaf6de75ddf0 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 12 Nov 2002 20:29:53 +0000 Subject: [PATCH] Cleanups. committer: mfx 1037132993 +0000 --- src/p_ps1.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/p_ps1.h b/src/p_ps1.h index ab0b2569..6b27c855 100644 --- a/src/p_ps1.h +++ b/src/p_ps1.h @@ -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; };