summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/infopanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/infopanel.cpp')
-rw-r--r--plugins/TabSRMM/src/infopanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/infopanel.cpp b/plugins/TabSRMM/src/infopanel.cpp
index 903c6e8107..6d59a61164 100644
--- a/plugins/TabSRMM/src/infopanel.cpp
+++ b/plugins/TabSRMM/src/infopanel.cpp
@@ -540,7 +540,7 @@ void CInfoPanel::RenderIPUIN(const HDC hdc, RECT& rcItem)
*/
void CInfoPanel::RenderIPStatus(const HDC hdc, RECT& rcItem)
{
- const char* szProto = m_dat->cache->getActiveProto();
+ const char *szProto = m_dat->cache->getActiveProto();
SIZE sProto = {0}, sStatus = {0}, sTime = {0};
DWORD oldPanelStatusCX = m_dat->panelStatusCX;
RECT rc;