From 0c0f9c765e47b0d50bf9aa7ad888771b2641c2b4 Mon Sep 17 00:00:00 2001 From: freedom7341 Date: Wed, 11 Oct 2023 11:38:31 -0600 Subject: [PATCH] remove unnecessary cast --- progmgr/group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progmgr/group.c b/progmgr/group.c index 09c1068..e83f1a3 100644 --- a/progmgr/group.c +++ b/progmgr/group.c @@ -297,7 +297,7 @@ GROUP SaveGroup(_In_ PGROUP pg) .dwSignature = GRP_SIGNATURE, .wVersion = GRP_VERSION, .wChecksum = 0, - .szName = (VOID *)TEXT(""), + .szName = TEXT(""), .dwFlags = 0, .ftLastWrite = 0, .cItemArray = 0,