From 1af62415a03e312a813a4f56ba9606d3ed9ab1ee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Feb 2023 20:26:50 +0300 Subject: these iterator variables became useless --- plugins/Variables/src/contact.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Variables/src') diff --git a/plugins/Variables/src/contact.cpp b/plugins/Variables/src/contact.cpp index 5904a2cd23..2d5e1fca0d 100644 --- a/plugins/Variables/src/contact.cpp +++ b/plugins/Variables/src/contact.cpp @@ -76,7 +76,7 @@ static builtinCnfs[] = /* contact cache entry */ struct CONTACTCE { - uint32_t flags; + uint32_t flags; wchar_t* tszContact; MCONTACT hContact; }; -- cgit v1.2.3