From e03ab1e6d4cce8737c70a6e016434c21d0ceb59d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 30 Jul 2006 04:53:53 +0000 Subject: [PATCH] something changed here --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4041 --- sourcepawn/compiler/msvc8/spcomp.vcproj | 4 ++++ sourcepawn/include/sp_file_headers.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sourcepawn/compiler/msvc8/spcomp.vcproj b/sourcepawn/compiler/msvc8/spcomp.vcproj index 491bacf5..08d373a6 100644 --- a/sourcepawn/compiler/msvc8/spcomp.vcproj +++ b/sourcepawn/compiler/msvc8/spcomp.vcproj @@ -282,6 +282,10 @@ RelativePath="..\sp_file.h" > + + diff --git a/sourcepawn/include/sp_file_headers.h b/sourcepawn/include/sp_file_headers.h index b83fff38..c7bd81ae 100644 --- a/sourcepawn/include/sp_file_headers.h +++ b/sourcepawn/include/sp_file_headers.h @@ -52,7 +52,7 @@ typedef struct sp_file_hdr_s uint32_t disksize; /* size on disk */ uint32_t imagesize; /* size in memory */ uint8_t sections; /* number of sections */ - uint32_t stringtab; /* offset to string table */ + uint32_t stringtab; /* offset to string table aa*/ uint32_t dataoffs; /* offset to file proper (any compression starts here) */ } sp_file_hdr_t;