diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-23 19:22:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-23 19:22:49 +0000 |
commit | 737f526a855d0fc814c6e5fa0fb3f908c8ad83bb (patch) | |
tree | 5bd2e19b7a5f316ac59fdc4470e8b2b1fabf38e2 /plugins/SRMM/cmdlist.cpp | |
parent | 1c51a6e0409bbfd61383a942636d6766154b5225 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SRMM/cmdlist.cpp')
-rw-r--r-- | plugins/SRMM/cmdlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SRMM/cmdlist.cpp b/plugins/SRMM/cmdlist.cpp index 426c26031d..1034b57949 100644 --- a/plugins/SRMM/cmdlist.cpp +++ b/plugins/SRMM/cmdlist.cpp @@ -114,7 +114,7 @@ void msgQueue_processack(HANDLE hContact, HANDLE id, BOOL success, const char* s for (i = 0; i < msgQueue.realCount; ++i)
{
item = (TMsgQueue*)msgQueue.items[i];
- if (item->hContact == hContact && item->id == id)
+ if (item->hContact == hContact && item->id == id)
{
li.List_Remove(&msgQueue, i);
|