summaryrefslogtreecommitdiffstats
path: root/lzip.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:38:24 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:38:24 +0000
commitea3af4362a8e6a6f6fb44d001336e0c31d46134c (patch)
tree64b34493522b36c1d86b0fe63e0d855e1d424071 /lzip.h
parentAdding upstream version 0.8. (diff)
downloadlzlib-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzip.h b/lzip.h
index 953dfe4..7cb9927 100644
--- a/lzip.h
+++ b/lzip.h
@@ -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()
{