Skip to content

Commit

Permalink
fix(bin/sum): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Oct 20, 2015
1 parent ded917c commit f11af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn main() {
"SHA3-256" => sha3::Sha3256,
"SHA3-384" => sha3::Sha3384,
"SHA3-512" => sha3::Sha3512,
"Tiger" => tiger::Tiger
"Tiger" => tiger::Tiger,
}
};

Expand Down

0 comments on commit f11af49

Please sign in to comment.