small improvement (#7288)

* small improvement

* comments addressed

Co-authored-by: kd-11 <15904127+kd-11@users.noreply.github.com>
This commit is contained in:
Maksim Derbasov 2020-01-22 15:28:48 +03:00 committed by Ani
parent adcc3e9c4b
commit 1abdee242a
7 changed files with 5 additions and 9 deletions

View file

@ -75,7 +75,7 @@ s32 cellSslGetMemoryInfo()
return CELL_OK;
}
std::string getCert(const std::string certPath, const int certID, const bool isNormalCert)
std::string getCert(const std::string& certPath, const int certID, const bool isNormalCert)
{
int newID = certID;