From be1bd05cee00200ae16000abfb5c690261ea3420 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 5 Sep 2015 07:29:15 +0000 Subject: YAMN: - Fixed: "No Mail" popups were using "Mail" popup colors after r15160 - minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@15247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAMN/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/YAMN/src/main.cpp') diff --git a/plugins/YAMN/src/main.cpp b/plugins/YAMN/src/main.cpp index bfca36fa74..56534ed10c 100644 --- a/plugins/YAMN/src/main.cpp +++ b/plugins/YAMN/src/main.cpp @@ -237,13 +237,13 @@ static void LoadPlugins() continue; } - if (!(*LoadFilter)(GetFcnPtrSvc)) { + if (!LoadFilter(GetFcnPtrSvc)) { FreeLibrary(hDll); hDll = NULL; } if (hDll != NULL) { - hDllPlugins = (HINSTANCE *)realloc((void *)hDllPlugins, (iDllPlugins+1)*sizeof(HINSTANCE)); + hDllPlugins = (HINSTANCE *)realloc(hDllPlugins, (iDllPlugins+1)*sizeof(HINSTANCE)); hDllPlugins[iDllPlugins++] = hDll; } } -- cgit v1.2.3