no more mr. unreferenced code paths

This commit is contained in:
freedom
2023-08-16 01:27:19 -06:00
parent 745030da99
commit b9cea5b8e6

View File

@@ -101,6 +101,8 @@ BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM
return FALSE;
}
return TRUE;
}
/* * * *\
@@ -134,4 +136,6 @@ BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM l
default:
return FALSE;
}
return TRUE;
}