Cleanups.

committer: mfx <mfx> 1059739807 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-08-01 12:10:07 +00:00
parent ab37b5ea0c
commit 365a3c0432
8 changed files with 20 additions and 12 deletions
+4 -1
View File
@@ -76,8 +76,11 @@ PackPs1::PackPs1(InputFile *f) :
COMPILE_TIME_ASSERT(sizeof(ps1_exe_t) == 188);
COMPILE_TIME_ASSERT(PS_HDR_SIZE > sizeof(ps1_exe_t));
COMPILE_TIME_ASSERT(SZ_IH_BKUP == 40);
#if defined(WITH_NRV)
COMPILE_TIME_ASSERT(NRV_LOADER_CRC32 == 0xd78b1eb4);
#endif
fdata_size = file_size-PS_HDR_SIZE;
fdata_size = file_size - PS_HDR_SIZE;
}