diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-31 18:02:12 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-31 18:02:12 -0700 |
| commit | d86d9727f6802a5f642e550db13e97a9a2ea8a29 (patch) | |
| tree | 3deb40fe10ed7ded33ca205ea0f55738dfcdc323 /toolsrc/src/vcpkg_System.cpp | |
| parent | f1867a8e899748673b2696de4b837f3e9d94bd69 (diff) | |
| download | vcpkg-d86d9727f6802a5f642e550db13e97a9a2ea8a29.tar.gz vcpkg-d86d9727f6802a5f642e550db13e97a9a2ea8a29.zip | |
Function naming convention
Diffstat (limited to 'toolsrc/src/vcpkg_System.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg_System.cpp b/toolsrc/src/vcpkg_System.cpp index 5313d419e..d9d10f37b 100644 --- a/toolsrc/src/vcpkg_System.cpp +++ b/toolsrc/src/vcpkg_System.cpp @@ -289,7 +289,7 @@ namespace vcpkg::System return PATH; } - const fs::path& get_ProgramFiles_32_bit() + const fs::path& get_program_files_32_bit() { static const fs::path PATH = []() -> fs::path { auto value = System::get_environment_variable(L"ProgramFiles(x86)"); |
