From fd833d6ff60603f6caf772864f39ebf0a64b5b8b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 23 Jul 2013 20:43:50 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/container.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/container.cpp') diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index 366f68534f..a5709b5b1c 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -1019,8 +1019,8 @@ panel_found: if (dat && dat->bType == SESSIONTYPE_CHAT) { SESSION_INFO *si = (SESSION_INFO *)dat->si; if (si && dat->hContact) { - char* szProto = GetContactProto(dat->hContact); - if ( szProto ) + char *szProto = GetContactProto(dat->hContact); + if (szProto) CallProtoService( szProto, PS_LEAVECHAT, (WPARAM)dat->hContact, 0 ); } } -- cgit v1.2.3