diff options
Diffstat (limited to 'plugins/Scriver/src/chat/log.cpp')
-rw-r--r-- | plugins/Scriver/src/chat/log.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/src/chat/log.cpp b/plugins/Scriver/src/chat/log.cpp index 07ad481eea..e9b84c405f 100644 --- a/plugins/Scriver/src/chat/log.cpp +++ b/plugins/Scriver/src/chat/log.cpp @@ -747,7 +747,7 @@ static DWORD CALLBACK Log_StreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG return 0;
}
-void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO* si, BOOL bRedraw)
+void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO *si, BOOL bRedraw)
{
EDITSTREAM stream;
LOGSTREAMDATA streamData;
@@ -862,7 +862,7 @@ void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO* si, BOOL bRedr InvalidateRect(hwndRich, NULL, TRUE);
} } }
-char * Log_CreateRtfHeader(MODULEINFO * mi, SESSION_INFO* si)
+char * Log_CreateRtfHeader(MODULEINFO * mi, SESSION_INFO *si)
{
char *buffer;
int bufferAlloced, bufferEnd, i = 0;
|