summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src
diff options
context:
space:
mode:
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");