summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 62018e0..d52dfc1 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -261,8 +261,8 @@ struct _main_merge
261 261
262XD3_MAKELIST(main_merge_list,main_merge,link); 262XD3_MAKELIST(main_merge_list,main_merge,link);
263 263
264// TODO: really need to put options in a struct so that internal 264/* TODO: really need to put options in a struct so that internal
265// callers can easily reset state. 265 * callers can easily reset state. */
266 266
267#define DEFAULT_VERBOSE 0 267#define DEFAULT_VERBOSE 0
268 268
@@ -311,7 +311,7 @@ static uint8_t* appheader_used = NULL;
311static uint8_t* main_bdata = NULL; 311static uint8_t* main_bdata = NULL;
312static usize_t main_bsize = 0; 312static usize_t main_bsize = 0;
313 313
314/* Hacks for VCDIFF tools */ 314/* Hacks for VCDIFF tools, recode command. */
315static int allow_fake_source = 0; 315static int allow_fake_source = 0;
316 316
317/* recode_stream is used by both recode/merge for reading vcdiff inputs */ 317/* recode_stream is used by both recode/merge for reading vcdiff inputs */