diff options
Diffstat (limited to 'src/FileStream.h')
-rw-r--r-- | src/FileStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FileStream.h b/src/FileStream.h index 44beeed..2bc118b 100644 --- a/src/FileStream.h +++ b/src/FileStream.h @@ -202,7 +202,7 @@ struct TBlockStream : public TFileStream DWORD BlockCount; // Number of data blocks in the file DWORD IsComplete; // If nonzero, no blocks are missing DWORD IsModified; // nonzero if the bitmap has been modified -}; +}; //----------------------------------------------------------------------------- // Structure for encrypted stream |