Hi Jared,
On Wed, Jun 03, 2015 at 08:29:03AM -0500, Jared Smudde wrote:
@@ -186,6 +186,10 @@ static INT_PTR general_on_command(HWND hwnd, WPARAM wparam) case MAKEWPARAM(IDC_HOME_BLANK, BN_CLICKED): SetDlgItemTextW(hwnd, IDC_HOME_EDIT, about_blank); break;
case MAKEWPARAM(IDC_HOME_DEFAULT, BN_CLICKED):
This file is indented with spaces. Please don't introduce tabs or use whitespace at the end of a line.
Thanks! Andrew