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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 7648efe..76f225d 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -1034,7 +1034,7 @@ main_set_secondary_flags (xd3_config *config)
1034 } 1034 }
1035 else if (strncmp (option_secondary, "djw", 3) == 0 && SECONDARY_DJW) 1035 else if (strncmp (option_secondary, "djw", 3) == 0 && SECONDARY_DJW)
1036 { 1036 {
1037 usize_t level = 3; 1037 usize_t level = XD3_DEFAULT_SECONDARY_LEVEL;
1038 1038
1039 config->flags |= XD3_SEC_DJW; 1039 config->flags |= XD3_SEC_DJW;
1040 1040