diff options
Diffstat (limited to 'plugins/StopSpamPlus/src/stopspam.cpp')
-rw-r--r-- | plugins/StopSpamPlus/src/stopspam.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp index ddfc002053..0a5d5b046f 100644 --- a/plugins/StopSpamPlus/src/stopspam.cpp +++ b/plugins/StopSpamPlus/src/stopspam.cpp @@ -64,12 +64,12 @@ extern "C" int __declspec(dllexport) Unload(void) {
miranda::EventHooker::UnhookAll();
- if(hFunc)
+ if (hFunc)
{
DestroyServiceFunction(hFunc);
hFunc = 0;
}
- if(hTempRemove)
+ if (hTempRemove)
{
DestroyServiceFunction(hTempRemove);
hFunc = 0;
|