diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:38:24 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:38:24 +0000 |
commit | ea3af4362a8e6a6f6fb44d001336e0c31d46134c (patch) | |
tree | 64b34493522b36c1d86b0fe63e0d855e1d424071 /lzip.h | |
parent | Adding upstream version 0.8. (diff) | |
download | lzlib-ea3af4362a8e6a6f6fb44d001336e0c31d46134c.tar.xz lzlib-ea3af4362a8e6a6f6fb44d001336e0c31d46134c.zip |
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lzip.h')
-rw-r--r-- | lzip.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ struct File_trailer uint8_t member_size_[8]; // member size including header and trailer static int size( const int version ) - { return sizeof( File_trailer ) - ( ( version >= 1 ) ? 0 : 8 ); } + { return sizeof (File_trailer) - ( ( version >= 1 ) ? 0 : 8 ); } uint32_t data_crc() const throw() { |