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