summaryrefslogtreecommitdiff
path: root/include/m_popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_popup.h')
-rw-r--r--include/m_popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_popup.h b/include/m_popup.h
index 3edf9addb9..9109dd33bb 100644
--- a/include/m_popup.h
+++ b/include/m_popup.h
@@ -347,7 +347,7 @@ typedef struct {
HANDLE __forceinline Popup_RegisterClass(POPUPCLASS *pc)
{
- if ( !ServiceExists(MS_POPUP_REGISTERCLASS))
+ if (!ServiceExists(MS_POPUP_REGISTERCLASS))
return NULL;
return (HANDLE)CallService(MS_POPUP_REGISTERCLASS, 0, LPARAM(pc));
}