comdlg32: Unreachable code fix.

This commit is contained in:
Andrew Talbot 2008-12-31 18:50:13 +00:00 committed by Alexandre Julliard
parent 6d8fdefb4a
commit 0c587dc373
1 changed files with 0 additions and 1 deletions

View File

@ -2205,7 +2205,6 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
ret = EndDialog(hwnd, FALSE);
COMDLG32_SetCommDlgExtendedError(FNERR_BUFFERTOOSMALL);
}
goto ret;
}
break;
}