summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-16 13:16:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-16 13:16:26 +0300
commit30b859e8e95b1bb4f5e0d0f9d4d6fa40507fd788 (patch)
tree7e7a132cd21576ab70ae3915377b7f0116302af5 /protocols/SkypeWeb/src
parentc5e27b44c1a71ad621feb7d98202a9b0c5883a81 (diff)
code cleaning
Diffstat (limited to 'protocols/SkypeWeb/src')
-rw-r--r--protocols/SkypeWeb/src/skype_db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_db.cpp b/protocols/SkypeWeb/src/skype_db.cpp
index c8c509c96f..1138f943e8 100644
--- a/protocols/SkypeWeb/src/skype_db.cpp
+++ b/protocols/SkypeWeb/src/skype_db.cpp
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
-struct SkypeDBType { int type; char *name; DWORD flags; } g_SkypeDBTypes[] =
+struct { int type; char *name; DWORD flags; } g_SkypeDBTypes[] =
{
{ SKYPE_DB_EVENT_TYPE_INCOMING_CALL, LPGEN("Incoming call"), DETF_NONOTIFY },
{ SKYPE_DB_EVENT_TYPE_EDITED_MESSAGE, LPGEN("Edited message"), 0 },