From b02cc93c6dc04cd97d2c3d23bedcfb9c37a57ea5 Mon Sep 17 00:00:00 2001 From: freedom7341 Date: Wed, 4 Oct 2023 12:37:53 -0600 Subject: [PATCH] lil issue --- progmgr/group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progmgr/group.c b/progmgr/group.c index 52ec7bf..9a90605 100644 --- a/progmgr/group.c +++ b/progmgr/group.c @@ -173,7 +173,7 @@ BOOL RemoveGroup(_In_ HWND hWndGroup, _In_ BOOL bEliminate) { // TODO: remove group from registry // if successful blah blah blah - bEliminate == TRUE; + bEliminate = TRUE; } // get the group struct pointer