From 452b8be3a5317b861f4b79241afa6211f4cb5643 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jul 2019 15:14:43 +0300 Subject: more useless shit cleaned --- plugins/Nudge/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Nudge/src') diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index d3febef813..e5e0a7084b 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -477,7 +477,7 @@ int CMPlugin::Load() // 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 = MODULENAME; evtype.eventType = 1; evtype.descr = LPGEN("Nudge"); -- cgit v1.2.3