From 3d3376688a7a7ff1fe7838d350b31412c42d5ccd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Jun 2015 17:51:37 +0000 Subject: fix for mimcmd vs2010 project git-svn-id: http://svn.miranda-ng.org/main/trunk@14213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CmdLine/src/mimcmd_ipc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CmdLine') diff --git a/plugins/CmdLine/src/mimcmd_ipc.cpp b/plugins/CmdLine/src/mimcmd_ipc.cpp index 7ebbfc6cbf..f61b70eb82 100644 --- a/plugins/CmdLine/src/mimcmd_ipc.cpp +++ b/plugins/CmdLine/src/mimcmd_ipc.cpp @@ -65,7 +65,7 @@ int CreateSystemEvents() heServerClose = CreateEventA(NULL, FALSE, FALSE, EVENT_SERVER_CLOSE); heServerBufferFull = CreateEventA(NULL, FALSE, FALSE, EVENT_SERVER_BUFFERFULL); - return ((heServerExec == NULL) || (heServerDone == NULL) || (heServerClose == NULL) || (heServerBufferFull == NULL)); + return (heServerExec == NULL) || (heServerDone == NULL) || (heServerClose == NULL) || (heServerBufferFull == NULL); } int CreateMutexes() -- cgit v1.2.3