diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-01-21 13:46:53 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-01-21 13:46:53 -0600 |
| commit | 80e6367e46f0323417e131940f59d5e6bc91eff0 (patch) | |
| tree | 29d7ec2d9ad4f9a6b7b59c34e76c4aa53d056b7c /Source/Core/Common/StringUtil.cpp | |
| parent | f9fc9d47c0ac7692afcdc06582803776e109e0c0 (diff) | |
| parent | f31b688cf56725e70d9c31371ad828a701c86aad (diff) | |
Merge pull request #1869 from Stevoisiak/GeneralConsistency
Minor consistency changes
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
| -rw-r--r-- | Source/Core/Common/StringUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index edc1ca9046..cfd7b03577 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -218,7 +218,7 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _ return false; size_t dir_end = full_path.find_last_of("/" - // windows needs the : included for something like just "C:" to be considered a directory + // Windows needs the : included for something like just "C:" to be considered a directory #ifdef _WIN32 ":" #endif |
