diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-21 17:52:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-21 17:52:39 +0000 |
commit | 23edfd1711616997256311f574cec97c42cbf2de (patch) | |
tree | a3993de8fa6cdb6c65d347849aceed748f078663 /plugins/Quotes | |
parent | 11354effc08a8d1b1b0fc95b5c473256f33c8ec3 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@11559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes')
-rw-r--r-- | plugins/Quotes/src/Forex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index a3a62b9405..36adb777ea 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -318,7 +318,7 @@ namespace InitMenu();
- ::ResetEvent(g_hEventWorkThreadStop);
+ BOOL b = ::ResetEvent(g_hEventWorkThreadStop);
assert(b && "Failed to reset event");
const CModuleInfo::TQuotesProvidersPtr& pProviders = CModuleInfo::GetQuoteProvidersPtr();
|