Remove trailing whitespace

This commit is contained in:
Kyle Fuller
2012-01-11 13:09:16 +00:00
parent 1b7c9f4ed0
commit 4abf3feae4
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
CString sNetworkModPath = (*it)->GetNetworkPath() + "/moddata/" + sModName;
if (!CFile::Exists(sNetworkModPath)) {
CDir::MakeDir(sNetworkModPath);
}
}
fNVFile.Copy(sNetworkModPath + "/.registry");
}