diff options
Diffstat (limited to 'plugins/Quotes/src/Forex.cpp')
-rw-r--r-- | plugins/Quotes/src/Forex.cpp | 4 |
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();
|