summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/chat/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/chat/options.cpp')
-rw-r--r--plugins/TabSRMM/chat/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/chat/options.cpp b/plugins/TabSRMM/chat/options.cpp
index b2b6d9c63c..d50ed5ecbb 100644
--- a/plugins/TabSRMM/chat/options.cpp
+++ b/plugins/TabSRMM/chat/options.cpp
@@ -1023,8 +1023,8 @@ INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM
while(*p && (*p == '\\' || *p == '.'))
p++;
- if(*p) {
- if((p1 = _tcschr(p, '\\')))
+ if (*p) {
+ if ((p1 = _tcschr(p, '\\')))
*p1 = 0;
}