From 0ae8779546586eba91408d03949d45ec9ced5133 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 1 Jul 2012 09:29:06 +0000 Subject: another unnecessary letter in the core git-svn-id: http://svn.miranda-ng.org/main/trunk@707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Mir_core/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Mir_core') diff --git a/plugins/Mir_core/utils.cpp b/plugins/Mir_core/utils.cpp index 5adb7e1cc1..4ebba2f293 100644 --- a/plugins/Mir_core/utils.cpp +++ b/plugins/Mir_core/utils.cpp @@ -136,7 +136,7 @@ MIR_CORE_DLL(HINSTANCE) GetInstByAddress(void* codePtr) return NULL; int idx; - List_GetIndex((SortedList*)&pluginListAddr, &codePtr, &idx); + List_GetIndex((SortedList*)&pluginListAddr, codePtr, &idx); if (idx > 0) idx--; -- cgit v1.2.3