summaryrefslogtreecommitdiff
path: root/plugins/FavContacts/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FavContacts/src')
-rw-r--r--plugins/FavContacts/src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp
index 767a870174..b80c961d96 100644
--- a/plugins/FavContacts/src/main.cpp
+++ b/plugins/FavContacts/src/main.cpp
@@ -323,8 +323,7 @@ extern "C" __declspec(dllexport) int Load(void)
TCHAR buf[MAX_PATH];
GetModuleFileName(g_hInst, buf, SIZEOF(buf));
- SKINICONDESC sid = {0};
- sid.cbSize = sizeof(sid);
+ SKINICONDESC sid = { sizeof(sid) };
sid.ptszSection = _T("Favourites");
sid.ptszDefaultFile = buf;
sid.cx = sid.cy = 16;