diff options
Diffstat (limited to 'include/adler32.h')
-rw-r--r-- | include/adler32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adler32.h b/include/adler32.h index 4a6975e90..4beb3bdb6 100644 --- a/include/adler32.h +++ b/include/adler32.h @@ -25,7 +25,7 @@ class Adler32 : public HashFunction void add_data(const byte[], u32bit); void final_result(byte[]); void hash(const byte[], u32bit); - u32bit S1, S2; + u16bit S1, S2; }; } |