diff --git a/src/common/output.cpp b/src/common/output.cpp index 9639c52be..4c4eac793 100644 --- a/src/common/output.cpp +++ b/src/common/output.cpp @@ -24,7 +24,7 @@ std::string g_stdio_charset; static bool s_mm_stdio_redirected = false; charset_converter_cptr g_cc_stdio; -counted_ptr s_mm_stdio; +counted_ptr g_mm_stdio; void init_stdio() {