Skip to content

Commit 5a25cb3

Browse files
committed
[fix] : reFixed case typo
1 parent 2c5272e commit 5a25cb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/wizard.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,7 @@ Function_Global_Ask_comp_option () {
472472
return 0
473473
;;
474474
esac
475-
;;
476475
}
477-
478476
Function_Local_lzo_algorithm
479477
if [[ "${Var_Local_lzo_algorithm}" = "lzo1x_999" ]]; then
480478
local Function_Local_lzo_level Var_Local_lzo_level
@@ -492,6 +490,7 @@ Function_Global_Ask_comp_option () {
492490
comp_option="-Xalgorithm ${Var_Local_lzo_algorithm}"
493491
fi
494492
}
493+
;;
495494
"xz")
496495
Function_Local_comp_option () {
497496
msg_error \

0 commit comments

Comments
 (0)