diff --git a/dll/win32/shell32/utils.cpp b/dll/win32/shell32/utils.cpp index 575dadaa338..391acbd8461 100644 --- a/dll/win32/shell32/utils.cpp +++ b/dll/win32/shell32/utils.cpp @@ -808,8 +808,7 @@ SHSetUnreadMailCountW( _In_ DWORD dwCount, _In_ PCWSTR pszShellExecuteCommand) { - CString strKey = L"Software\\Microsoft\\Windows\\CurrentVersion\\UnreadMail"; - strKey += L'\\'; + CString strKey = L"Software\\Microsoft\\Windows\\CurrentVersion\\UnreadMail\\"; strKey += pszMailAddress; HKEY hKey;