Skip to content

Commit

Permalink
Fix typo from 234e60d
Browse files Browse the repository at this point in the history
(compiled, untested, please test!)
  • Loading branch information
qaisjp committed Aug 14, 2015
1 parent f04e474 commit 79e791e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11181,7 +11181,7 @@ bool CStaticFunctionDefinitions::RemoveAccount ( CAccount* pAccount )
bool CStaticFunctionDefinitions::SetAccountPassword ( CAccount* pAccount, SString strPassword, CAccountPassword::EAccountPasswordType ePasswordType )
{
assert ( pAccount );
assert ( strPassword );
assert ( !strPassword.empty() );

if ( pAccount->IsRegistered () )
{
Expand Down

0 comments on commit 79e791e

Please sign in to comment.