summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msglog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/msglog.cpp')
-rw-r--r--plugins/TabSRMM/src/msglog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp
index 983b2080d8..6a1d0aa1c3 100644
--- a/plugins/TabSRMM/src/msglog.cpp
+++ b/plugins/TabSRMM/src/msglog.cpp
@@ -931,7 +931,7 @@ static char *Template_CreateRTFFromDbEvent(TWindowData *dat, HANDLE hContact, HA
c = (char)0xcd;
break;
case EVENTTYPE_ERRMSG:
- c = (char)0x72;;
+ c = (char)0x72;
break;
default:
c = (char)0xaa;
@@ -1244,7 +1244,7 @@ void TSAPI StreamInEvents(HWND hwndDlg, HANDLE hDbEventFirst, int count, int fAp
si.cbSize = sizeof(si);
/*
if (IsWindow(hwndrtf)) {
- si.fMask = SIF_PAGE | SIF_RANGE | SIF_POS;;
+ si.fMask = SIF_PAGE | SIF_RANGE | SIF_POS;
GetScrollInfo(hwndrtf, SB_VERT, &si);
SendMessage(hwndrtf, EM_GETSCROLLPOS, 0, (LPARAM)&pt);