summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_help.h')
-rw-r--r--plugins/ExternalAPI/m_help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_help.h b/plugins/ExternalAPI/m_help.h
index 04425a5e8d..fa7434695f 100644
--- a/plugins/ExternalAPI/m_help.h
+++ b/plugins/ExternalAPI/m_help.h
@@ -60,7 +60,7 @@ Returns 0 on success or nonzero on failure
// only works for non-editable
#if !defined(HELP_NOHELPERFUNCTIONS)
__inline static int Help_SetContextState(HWND hwndCtl,DWORD flags) {
- if(!ServiceExists(MS_HELP_SETCONTEXTSTATE)) return -1;
+ if (!ServiceExists(MS_HELP_SETCONTEXTSTATE)) return -1;
return CallService(MS_HELP_SETCONTEXTSTATE,(WPARAM)hwndCtl,flags);
}
#endif