summaryrefslogtreecommitdiff
path: root/protocols/YAMN/yamn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/YAMN/yamn.cpp')
-rw-r--r--protocols/YAMN/yamn.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/YAMN/yamn.cpp b/protocols/YAMN/yamn.cpp
index c1ffda847a..c93225e609 100644
--- a/protocols/YAMN/yamn.cpp
+++ b/protocols/YAMN/yamn.cpp
@@ -328,7 +328,6 @@ INT_PTR ForceCheckSvc(WPARAM, LPARAM)
LeaveCriticalSection(&PluginRegCS);
CloseHandle(ThreadRunningEV);
- if ( hTTButton ) CallService(MS_TTB_SETBUTTONSTATE, (WPARAM)hTTButton, TTBST_RELEASED);
- if ( hTButton ) CallService(MS_TB_SETBUTTONSTATE, (WPARAM)hTButton, TBST_RELEASED);
+ if (hTTButton) CallService(MS_TTB_SETBUTTONSTATE, (WPARAM)hTTButton, TTBST_RELEASED);
return 1;
}