From d9b8185fda6ce035e7cf383f279d95dabde47953 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Oct 2023 20:03:19 +0300 Subject: code cleaning --- plugins/Jingle/src/account.cpp | 2 +- plugins/Jingle/src/stdafx.h | 1 + plugins/Jingle/src/voip.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/Jingle/src/account.cpp b/plugins/Jingle/src/account.cpp index 418cef2ff1..9a553443a9 100644 --- a/plugins/Jingle/src/account.cpp +++ b/plugins/Jingle/src/account.cpp @@ -51,7 +51,7 @@ static int OnSettingChanged(WPARAM hContact, LPARAM lParam) if (!mir_strcmp(it->m_szModuleName, pcws->szModule)) { it->InitVoip(pcws->value.bVal != 0); break; - } + } } } } diff --git a/plugins/Jingle/src/stdafx.h b/plugins/Jingle/src/stdafx.h index 4c7a794c1a..ba9edde323 100644 --- a/plugins/Jingle/src/stdafx.h +++ b/plugins/Jingle/src/stdafx.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/plugins/Jingle/src/voip.cpp b/plugins/Jingle/src/voip.cpp index bb330277b4..fadcd5c24b 100644 --- a/plugins/Jingle/src/voip.cpp +++ b/plugins/Jingle/src/voip.cpp @@ -263,7 +263,7 @@ static gboolean check_plugins(void) void dbgprint(const gchar *string) { - OutputDebugStringA(string); + Netlib_Logf(0, "GST: %s", string); } bool CJabberAccount::VOIPCreatePipeline(void) -- cgit v1.2.3