Skip to content

Commit

Permalink
src/woeusb: Fix check_if_the_drive_is_really_wiped isn't declared rea…
Browse files Browse the repository at this point in the history
…donly

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 8, 2018
1 parent 981bbde commit 7bac6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ check_if_the_drive_is_really_wiped(){
else
return 0
fi
}; declare check_if_the_drive_is_really_wiped
}; declare -fr check_if_the_drive_is_really_wiped

create_target_partition_table(){
util_check_function_parameters_quantity 2 $#
Expand Down

0 comments on commit 7bac6dc

Please sign in to comment.