summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/meta_services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MetaContacts/meta_services.cpp')
-rw-r--r--plugins/MetaContacts/meta_services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MetaContacts/meta_services.cpp b/plugins/MetaContacts/meta_services.cpp
index 8f570773b1..caeb95bdc8 100644
--- a/plugins/MetaContacts/meta_services.cpp
+++ b/plugins/MetaContacts/meta_services.cpp
@@ -1417,7 +1417,7 @@ int Meta_ModulesLoaded(WPARAM wParam, LPARAM lParam)
hNudgeEvent = HookEvent(str, NudgeRecieved);
if (hNudgeEvent != NULL) {
++iNudgeProtos;
- hNudgeEvents = realloc(hNudgeEvents, sizeof(HANDLE) * iNudgeProtos);
+ hNudgeEvents = (HANDLE *)realloc(hNudgeEvents, sizeof(HANDLE) * iNudgeProtos);
hNudgeEvents[iNudgeProtos - 1] = hNudgeEvent;
}
}