Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donbright committed Oct 7, 2016
1 parent c2df8a6 commit 42d3003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlatformUtils-win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ std::string PlatformUtils::sysinfo(bool extended)
fmt % osinfo.dwMajorVersion % osinfo.dwMinorVersion
% osinfo.wServicePackMajor % osinfo.wServicePackMinor
% (osinfo.wProductType == VER_NT_WORKSTATION);
result += fmt.str;
result += fmt.str();
}

SYSTEM_INFO systeminfo;
Expand Down

0 comments on commit 42d3003

Please sign in to comment.