Commit 0c587dc3 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

comdlg32: Unreachable code fix.

parent 6d8fdefb
...@@ -2205,7 +2205,6 @@ BOOL FILEDLG95_OnOpen(HWND hwnd) ...@@ -2205,7 +2205,6 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
ret = EndDialog(hwnd, FALSE); ret = EndDialog(hwnd, FALSE);
COMDLG32_SetCommDlgExtendedError(FNERR_BUFFERTOOSMALL); COMDLG32_SetCommDlgExtendedError(FNERR_BUFFERTOOSMALL);
} }
goto ret;
} }
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment