escaped an unescaped backslash
This commit is contained in:
parent
f78acf5eda
commit
8f4399f900
|
@ -972,7 +972,7 @@ main (int argc, char *argv[])
|
|||
{
|
||||
DWORD error;
|
||||
|
||||
mutex = CreateMutex (NULL, TRUE, "Local\hexchat");
|
||||
mutex = CreateMutex (NULL, TRUE, "Local\\hexchat");
|
||||
error = GetLastError ();
|
||||
|
||||
if (error == ERROR_ALREADY_EXISTS || mutex == NULL)
|
||||
|
|
Loading…
Reference in New Issue