Fixed a typo that breaks the Win build.

This commit is contained in:
klayoutmatthias 2018-07-15 16:39:16 +02:00
parent cb33753e1c
commit 1642129504
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static int default_verbosity ()
const char *verbosity_str = 0;
#if defined(_WIN32)
const wchar_t *verbosity_wstr = _wgetenv (L"KLAYOUT_VERBOSITY"));
const wchar_t *verbosity_wstr = _wgetenv (L"KLAYOUT_VERBOSITY");
std::string vs;
if (verbosity_wstr) {
vs = tl::to_string (std::wstring (verbosity_wstr));