From dab02845fea8031dd3d7864dc1efc211a434f969 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 14 Jul 2012 19:40:31 +0000 Subject: - code cleaning - sync git-svn-id: http://svn.miranda-ng.org/main/trunk@975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/clist/contact.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/clist/contact.cpp') diff --git a/src/modules/clist/contact.cpp b/src/modules/clist/contact.cpp index 9404446db5..a523c3b262 100644 --- a/src/modules/clist/contact.cpp +++ b/src/modules/clist/contact.cpp @@ -92,7 +92,7 @@ void fnLoadContactTree(void) CallService(MS_CLUI_LISTENDREBUILD, 0, 0); } -int fnCompareContacts(const struct ClcContact* c1, const struct ClcContact* c2) +int fnCompareContacts(const ClcContact* c1, const ClcContact* c2) { HANDLE a = c1->hContact, b = c2->hContact; TCHAR namea[128], *nameb; -- cgit v1.2.3