diff options
| author | Oz Linden <oz@lindenlab.com> | 2014-01-23 11:07:32 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2014-01-23 11:07:32 -0500 |
| commit | 197db4976ad8df958b7b2c59a66498398cfd0665 (patch) | |
| tree | 21cdd341fbb8adb1b208142fc4e63362090931da /indra/llcommon/llsys.cpp | |
| parent | a4173dc81a21dfac6a8b57e8e1c354b9a37fe5ba (diff) | |
| parent | d8a81b240e828a8ab27709fb11038a4b5c4d5428 (diff) | |
merge changes for 3.6.13-release
Diffstat (limited to 'indra/llcommon/llsys.cpp')
| -rwxr-xr-x | indra/llcommon/llsys.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp index bb17725c9c..e63045659e 100755 --- a/indra/llcommon/llsys.cpp +++ b/indra/llcommon/llsys.cpp @@ -315,11 +315,11 @@ LLOSInfo::LLOSInfo() : } else { - if(osvi.wProductType == VER_NT_WORKSTATION) - mOSStringSimple = "Microsoft Windows 8 "; - else - mOSStringSimple = "Windows Server 2012 "; - } + if(osvi.wProductType == VER_NT_WORKSTATION) + mOSStringSimple = "Microsoft Windows 8 "; + else + mOSStringSimple = "Windows Server 2012 "; + } } ///get native system info if available.. |
