summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-test.h')
-rwxr-xr-xxdelta3/xdelta3-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-test.h b/xdelta3/xdelta3-test.h
index 2307b7e..af90a90 100755
--- a/xdelta3/xdelta3-test.h
+++ b/xdelta3/xdelta3-test.h
@@ -606,7 +606,7 @@ test_address_cache (xd3_stream *stream, int unused)
606 606
607 for (offset = 1; offset < ADDR_CACHE_ROUNDS; offset += 1) 607 for (offset = 1; offset < ADDR_CACHE_ROUNDS; offset += 1)
608 { 608 {
609 usize_t addr; 609 uint32_t addr;
610 610
611 if ((ret = xd3_decode_address (stream, offset, modes[offset], & buf, buf_max, & addr))) { return ret; } 611 if ((ret = xd3_decode_address (stream, offset, modes[offset], & buf, buf_max, & addr))) { return ret; }
612 612