diff options
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r-- | xdelta3/xdelta3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h index 24032fd..0d18c93 100644 --- a/xdelta3/xdelta3.h +++ b/xdelta3/xdelta3.h | |||
@@ -870,7 +870,7 @@ struct _xd3_stream | |||
870 | 870 | ||
871 | usize_t dec_cksumbytes; /* Optional checksum: position. */ | 871 | usize_t dec_cksumbytes; /* Optional checksum: position. */ |
872 | uint8_t dec_cksum[4]; /* Optional checksum: storage. */ | 872 | uint8_t dec_cksum[4]; /* Optional checksum: storage. */ |
873 | usize_t dec_adler32; /* Optional checksum: value. */ | 873 | uint32_t dec_adler32; /* Optional checksum: value. */ |
874 | 874 | ||
875 | usize_t dec_cpylen; /* length of copy window | 875 | usize_t dec_cpylen; /* length of copy window |
876 | (VCD_SOURCE or VCD_TARGET) */ | 876 | (VCD_SOURCE or VCD_TARGET) */ |