diff options
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r-- | xdelta3/xdelta3-main.h | 6 |
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 | ||
262 | XD3_MAKELIST(main_merge_list,main_merge,link); | 262 | XD3_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; | |||
311 | static uint8_t* main_bdata = NULL; | 311 | static uint8_t* main_bdata = NULL; |
312 | static usize_t main_bsize = 0; | 312 | static usize_t main_bsize = 0; |
313 | 313 | ||
314 | /* Hacks for VCDIFF tools */ | 314 | /* Hacks for VCDIFF tools, recode command. */ |
315 | static int allow_fake_source = 0; | 315 | static 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 */ |