Correct ampersands as well

This commit is contained in:
mathieui
2016-01-21 21:27:56 +01:00
parent 3e283ea9f1
commit f15ffda5a7
17 changed files with 86 additions and 86 deletions

View File

@ -118,7 +118,7 @@ bool CheckTitleTIK(u64 _titleID, FromWhichRoot from)
return false;
}
static void CreateReplacementFile(std::string &filename)
static void CreateReplacementFile(std::string& filename)
{
std::ofstream replace;
OpenFStream(replace, filename, std::ios_base::out);