diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2008-08-16 15:51:00 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2008-08-16 15:51:00 +0000 |
commit | c2649db85aa9ef74412efd7c7e19d917646dce74 (patch) | |
tree | 12a8bc4c5a2042283eaae1ae330b71d1250a5cf7 /xdelta3/xdelta3.h | |
parent | cfa558736324be5e2068f5459a55f882c2631bc6 (diff) |
Fixes a error in the test. Merge test passes...???
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r-- | xdelta3/xdelta3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h index fa5b332..a989a63 100644 --- a/xdelta3/xdelta3.h +++ b/xdelta3/xdelta3.h | |||
@@ -647,6 +647,7 @@ struct _xd3_whole_state { | |||
647 | xd3_winst *inst; | 647 | xd3_winst *inst; |
648 | usize_t inst_alloc; | 648 | usize_t inst_alloc; |
649 | xoff_t length; | 649 | xoff_t length; |
650 | xoff_t windows; | ||
650 | }; | 651 | }; |
651 | 652 | ||
652 | /******************************************************************** | 653 | /******************************************************************** |