Added newline to end-of-file

This commit is contained in:
Ittobaal@gmail.com
2011-01-08 12:24:39 +00:00
parent c3b926830a
commit 07ef902d85
14 changed files with 14 additions and 14 deletions

View File

@@ -274,4 +274,4 @@ string JFileSystem::GetResourceFile(string filename)
{
string result = mResourceRoot;
return result.append(filename);
}
}