diff --git a/Source/Project64-core/N64System/Recompiler/CodeSection.cpp b/Source/Project64-core/N64System/Recompiler/CodeSection.cpp index 338852c3f..93264c61f 100644 --- a/Source/Project64-core/N64System/Recompiler/CodeSection.cpp +++ b/Source/Project64-core/N64System/Recompiler/CodeSection.cpp @@ -1506,7 +1506,7 @@ void CCodeSection::AddParent(CCodeSection * Parent) } else { - g_Notify->DisplayError(L"How are these sections joined?????"); + g_Notify->DisplayError("How are these sections joined?????"); } m_RegWorkingSet = m_RegEnter; }