summaryrefslogtreecommitdiff
path: root/plugins/Clist/cluiopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist/cluiopts.c')
-rw-r--r--plugins/Clist/cluiopts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Clist/cluiopts.c b/plugins/Clist/cluiopts.c
index 2094716a07..e0b7bdbdee 100644
--- a/plugins/Clist/cluiopts.c
+++ b/plugins/Clist/cluiopts.c
@@ -337,9 +337,7 @@ static UINT expertOnlyControls[] =
int CluiOptInit(WPARAM wParam, LPARAM lParam)
{
- OPTIONSDIALOGPAGE odp;
-
- ZeroMemory(&odp, sizeof(odp));
+ OPTIONSDIALOGPAGE odp = { 0 };
odp.cbSize = sizeof(odp);
odp.position = 0;
odp.hInstance = g_hInst;