summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-24 15:14:43 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-24 15:14:43 +0300
commit452b8be3a5317b861f4b79241afa6211f4cb5643 (patch)
tree8af65fdd3c75f246af6dec0cec4bae8b498c41fd /protocols/FacebookRM/src
parent1ecb5424cdf72be85d0c016f650d29cf62447c83 (diff)
more useless shit cleaned
Diffstat (limited to 'protocols/FacebookRM/src')
-rw-r--r--protocols/FacebookRM/src/proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/proto.cpp b/protocols/FacebookRM/src/proto.cpp
index 294a3411b6..b1963101b7 100644
--- a/protocols/FacebookRM/src/proto.cpp
+++ b/protocols/FacebookRM/src/proto.cpp
@@ -100,7 +100,7 @@ FacebookProto::FacebookProto(const char* proto_name, const wchar_t* username) :
// register special type of event
// there's no need to declare the special service for getting text
// because a blob contains only text
- DBEVENTTYPEDESCR evtype = { sizeof(evtype) };
+ DBEVENTTYPEDESCR evtype = {};
evtype.module = m_szModuleName;
evtype.eventType = FACEBOOK_EVENTTYPE_CALL;
evtype.descr = LPGEN("Video call");