summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src')
-rw-r--r--plugins/Quotes/src/Forex.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp
index 9b7b3ffafc..3fdfb43896 100644
--- a/plugins/Quotes/src/Forex.cpp
+++ b/plugins/Quotes/src/Forex.cpp
@@ -313,9 +313,7 @@ EXTERN_C __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
EXTERN_C int __declspec(dllexport) Load(void)
{
- mir_getLP(&pluginInfoEx);
-
- if (false == CModuleInfo::Verify())
+ if (!CModuleInfo::Verify())
return 1;
Quotes_IconsInit();