From 76350d50ef7043a171292d6ec7574ed863af4067 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 26 Jan 2019 15:06:23 +0300 Subject: code cleaning --- protocols/IRCG/src/userinfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/userinfo.cpp b/protocols/IRCG/src/userinfo.cpp index 9a4a9be689..7af720f62c 100644 --- a/protocols/IRCG/src/userinfo.cpp +++ b/protocols/IRCG/src/userinfo.cpp @@ -186,9 +186,8 @@ INT_PTR CALLBACK UserDetailsDlgProc(HWND m_hwnd, UINT msg, WPARAM wParam, LPARAM return FALSE; } -int __cdecl CIrcProto::OnInitUserInfo(WPARAM wParam, LPARAM lParam) +int __cdecl CIrcProto::OnInitUserInfo(WPARAM wParam, LPARAM hContact) { - MCONTACT hContact = lParam; char *szProto = GetContactProto(hContact); if (!hContact || !szProto || mir_strcmpi(szProto, m_szModuleName)) return 0; -- cgit v1.2.3