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 c3cbd4d..e948dbd 100755
--- a/xdelta3/xdelta3-test.h
+++ b/xdelta3/xdelta3-test.h
@@ -249,7 +249,7 @@ static int
249compare_files (xd3_stream *stream, const char* tgt, const char *rec) 249compare_files (xd3_stream *stream, const char* tgt, const char *rec)
250{ 250{
251 FILE *orig, *recons; 251 FILE *orig, *recons;
252 uint8_t obuf[TESTBUFSIZE], rbuf[TESTBUFSIZE]; 252 static uint8_t obuf[TESTBUFSIZE], rbuf[TESTBUFSIZE];
253 int offset = 0; 253 int offset = 0;
254 int i; 254 int i;
255 int oc, rc; 255 int oc, rc;