diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-24 13:01:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-24 13:01:18 +0000 |
commit | 5ca299a56b6cc35845d0480e6a3f9862e1f36f10 (patch) | |
tree | dd6f28a3a887bcd3e53394ff0faf9923118244c7 /plugins/Popup/src/services.cpp | |
parent | c7ab7ad31fd3b26000e24d63101137115155d7a9 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/services.cpp')
-rw-r--r-- | plugins/Popup/src/services.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/services.cpp b/plugins/Popup/src/services.cpp index 00d268d9ab..6d35cf3db7 100644 --- a/plugins/Popup/src/services.cpp +++ b/plugins/Popup/src/services.cpp @@ -241,12 +241,12 @@ INT_PTR PopUp_AddPopUp2(WPARAM wParam, LPARAM lParam) if (PopupThreadIsFull())
return -1;
- #ifdef _DEBUG
+ #ifdef _DEBUG
char temp[128];
OutputDebugStringA("isWorkstationLocked: \t");
OutputDebugStringA(isWorkstationLocked() ? "true":"false");
OutputDebugStringA("\n");
- #endif
+ #endif
if (isWorkstationLocked())
return -1;
|