diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-01 09:29:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-01 09:29:06 +0000 |
commit | 0ae8779546586eba91408d03949d45ec9ced5133 (patch) | |
tree | b0e3b048c0df0ead71dc5678acd45f336c7957c4 /plugins | |
parent | b741619e220a230f2b7d07318eb68f412c93e43a (diff) |
another unnecessary letter in the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Mir_core/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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--;
|