diff options
Diffstat (limited to 'plugins/WhenWasIt/src/events.cpp')
-rw-r--r-- | plugins/WhenWasIt/src/events.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/src/events.cpp b/plugins/WhenWasIt/src/events.cpp index 27e35e73eb..794f748596 100644 --- a/plugins/WhenWasIt/src/events.cpp +++ b/plugins/WhenWasIt/src/events.cpp @@ -25,13 +25,13 @@ HANDLE heContactSendMessage; int CreateEvents()
{
heContactSendMessage = CreateHookableEvent(ME_WWI_SENDMESSAGE);
-
+
return 0;
}
int DestroyEvents()
{
DestroyHookableEvent(heContactSendMessage);
-
+
return 0;
}
\ No newline at end of file |