summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Popup/src/common.h')
-rw-r--r--plugins/Popup/src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/common.h b/plugins/Popup/src/common.h
index 0f8f571707..3bce58077f 100644
--- a/plugins/Popup/src/common.h
+++ b/plugins/Popup/src/common.h
@@ -41,7 +41,7 @@ inline void GetBmpSize(HBITMAP hbm, SIZE *sz)
}
inline void DebugMsg(LPTSTR msg){
- if(PopUpOptions.debug){
+ if (PopUpOptions.debug){
MessageBox(NULL, msg, _T("debug"), MB_OK);
}
}