Andrew Talbot : comdlg32: Unreachable code fix.

Alexandre Julliard julliard at winehq.org
Fri Jan 2 08:25:41 CST 2009


Module: wine
Branch: master
Commit: 0c587dc37336931a8bbadc3378d188ba40ed9c8b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0c587dc37336931a8bbadc3378d188ba40ed9c8b

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Wed Dec 31 18:50:13 2008 +0000

comdlg32: Unreachable code fix.

---

 dlls/comdlg32/filedlg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c
index e1eedd1..386a201 100644
--- a/dlls/comdlg32/filedlg.c
+++ b/dlls/comdlg32/filedlg.c
@@ -2205,7 +2205,6 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
           ret = EndDialog(hwnd, FALSE);
           COMDLG32_SetCommDlgExtendedError(FNERR_BUFFERTOOSMALL);
         }
-        goto ret;
       }
       break;
   }




More information about the wine-cvs mailing list