diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-20 23:09:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-20 23:09:18 +0000 |
commit | af693f3f152e5a0f7e98e8f800e3573bd4b33901 (patch) | |
tree | 046759d2f85771c69097b6127135994e1fce04ed /plugins/TabSRMM/src/tabctrl.cpp | |
parent | 8307d69d0dbc7090956ea044eee19b4644104363 (diff) |
another ansi url removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/tabctrl.cpp')
-rw-r--r-- | plugins/TabSRMM/src/tabctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/tabctrl.cpp b/plugins/TabSRMM/src/tabctrl.cpp index d1154b760d..945b7c0c98 100644 --- a/plugins/TabSRMM/src/tabctrl.cpp +++ b/plugins/TabSRMM/src/tabctrl.cpp @@ -47,7 +47,7 @@ static int TabCtrl_TestForCloseButton(const TabControlData *tabdat, HWND hwnd, P RECT rcTab;
if (tci.flags & TCHT_NOWHERE)
- return(-1);
+ return -1;
TabCtrl_GetItemRect(hwnd, iTab, &rcTab);
if (tabdat->dwStyle & TCS_BUTTONS) {
@@ -63,7 +63,7 @@ static int TabCtrl_TestForCloseButton(const TabControlData *tabdat, HWND hwnd, P if (PtInRect(&rcTab, tci.pt))
return(iTab);
}
- return(-1);
+ return -1;
}
/*
|