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/controls.h | |
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/controls.h')
-rw-r--r-- | plugins/TabSRMM/src/controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/controls.h b/plugins/TabSRMM/src/controls.h index 0c566ffdfb..f549ff8e7b 100644 --- a/plugins/TabSRMM/src/controls.h +++ b/plugins/TabSRMM/src/controls.h @@ -88,7 +88,7 @@ public: if (m_TbButtons[i].idCommand == id )
return(i);
}
- return(-1);
+ return -1;
}
public:
static HHOOK m_hHook;
|