From 8f4399f900490fb247f4eb405ef53ea7245603cb Mon Sep 17 00:00:00 2001 From: cremno Date: Sun, 15 Jul 2012 23:42:41 +0200 Subject: escaped an unescaped backslash --- src/common/xchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/xchat.c') diff --git a/src/common/xchat.c b/src/common/xchat.c index 776bc78c..f90a6291 100644 --- a/src/common/xchat.c +++ b/src/common/xchat.c @@ -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) -- cgit 1.4.1