diff options
| author | mathieui <mathieui@mathieui.net> | 2016-01-21 21:27:56 +0100 |
|---|---|---|
| committer | mathieui <mathieui@mathieui.net> | 2016-01-21 21:27:56 +0100 |
| commit | f15ffda5a7518cb87a09f301deaeffab0723ec27 (patch) | |
| tree | 1b32ad5818891950f940189107d433cdf26e0340 /Source/Core/Common/NandPaths.cpp | |
| parent | 3e283ea9f17aa779832db065b2ecc4b19cf03e83 (diff) | |
Correct ampersands as well
Diffstat (limited to 'Source/Core/Common/NandPaths.cpp')
| -rw-r--r-- | Source/Core/Common/NandPaths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/NandPaths.cpp b/Source/Core/Common/NandPaths.cpp index 25488ef410..9c00448a6a 100644 --- a/Source/Core/Common/NandPaths.cpp +++ b/Source/Core/Common/NandPaths.cpp @@ -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); |
