fix comment

This commit is contained in:
Glenn Maynard
2003-09-23 05:14:41 +00:00
parent e6f31a6345
commit 31e4d6757d
@@ -158,7 +158,7 @@ static BOOL CALLBACK ErrorWndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
}
EndDialog( hWnd, 0 );
break;
// fall through
case IDOK:
EndDialog( hWnd, 0 );
break;