Merge branch '2-change-else-case-to-bcunknown-on-line-733-of-bcrypt-pas' into 'master'

Fixed #2

Closes #2

See merge request !2
This commit is contained in:
R. Eric Wheeler 2017-02-04 22:56:18 -08:00
commit ba8263d127
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ begin
end;
else
begin
Result := (bcPHP);
Result := (bcUnknown);
end;
end;
end;