summaryrefslogtreecommitdiff
path: root/plugins/Ping/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src')
-rw-r--r--plugins/Ping/src/pingthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp
index 2d22d3bd81..b5c018d517 100644
--- a/plugins/Ping/src/pingthread.cpp
+++ b/plugins/Ping/src/pingthread.cpp
@@ -543,7 +543,7 @@ LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar
SetTimer(hwnd, TIMER_ID, 1000, TimerProc);
PostMessage(hwnd, WM_SIZE, 0, 0);
- return TRUE;;
+ return TRUE;
case WM_ACTIVATE:
if(wParam==WA_INACTIVE) {