diff options
Diffstat (limited to 'xdelta3')
-rwxr-xr-x | xdelta3/xdelta3-main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h index 26a12e1..19782df 100755 --- a/xdelta3/xdelta3-main.h +++ b/xdelta3/xdelta3-main.h | |||
@@ -214,7 +214,7 @@ XD3_MAKELIST(main_blklru_list,main_blklru,link); | |||
214 | /* Program options: various command line flags and options. */ | 214 | /* Program options: various command line flags and options. */ |
215 | static int option_stdout = 0; | 215 | static int option_stdout = 0; |
216 | static int option_force = 0; | 216 | static int option_force = 0; |
217 | static int option_verbose = 3; | 217 | static int option_verbose = 0; |
218 | static int option_quiet = 0; | 218 | static int option_quiet = 0; |
219 | static int option_level = 6; | 219 | static int option_level = 6; |
220 | static int option_use_appheader = 1; | 220 | static int option_use_appheader = 1; |