From 30b859e8e95b1bb4f5e0d0f9d4d6fa40507fd788 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Jan 2020 13:16:19 +0300 Subject: code cleaning --- protocols/SkypeWeb/src/skype_db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src') 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 . #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 }, -- cgit v1.2.3