diff options
Diffstat (limited to 'plugins/TabSRMM/src/chat/clist.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/clist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat/clist.cpp b/plugins/TabSRMM/src/chat/clist.cpp index 56ae11297d..78c5c5600c 100644 --- a/plugins/TabSRMM/src/chat/clist.cpp +++ b/plugins/TabSRMM/src/chat/clist.cpp @@ -38,7 +38,7 @@ char *szChatIconString = "chaticon"; static HANDLE Clist_GroupExists(TCHAR *tszGroup)
{
- unsigned int i = 0;
+ unsigned int i=0;
TCHAR* _t = 0;
char str[10];
INT_PTR result = 0;
@@ -56,7 +56,7 @@ static HANDLE Clist_GroupExists(TCHAR *tszGroup) }
i++;
}
- while(result == 0);
+ while(result == 0);
return 0;
}
|