Skip to content

Commit

Permalink
Fix duplicate case
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less authored Nov 17, 2023
1 parent 68dc5c5 commit 455c8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Extra/y_inline_bcrypt/y_inline_bcrypt_entry.inc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ stock BCrypt_HashInline(const password[], cost = 12, {F@_@s, F@_@si}:cb) // Func
// Return the hashid.
return _YSI_gHashID;
}
case 1:
case 2:
if ((cost = _YSI_BCryptHashB(_:cb, "_Inline_BCryptHashDone", password, cost)))
{
Indirect_Claim(cb);
Expand Down

0 comments on commit 455c8cb

Please sign in to comment.