From ace328553a085ffd49d1b7bd2a3594187e053f71 Mon Sep 17 00:00:00 2001 From: Jens Collin Date: Sun, 1 Aug 2004 15:56:15 +0000 Subject: [PATCH] corrected build error. svn path=/trunk/; revision=10340 --- reactos/lib/shell32/dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/shell32/dialogs.c b/reactos/lib/shell32/dialogs.c index 3354c741eb3..eea22a54352 100644 --- a/reactos/lib/shell32/dialogs.c +++ b/reactos/lib/shell32/dialogs.c @@ -164,7 +164,7 @@ INT_PTR CALLBACK RunDlgProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lPar psz = malloc (ic + 2) ; GetWindowTextA (htxt, psz, ic + 1) ; - if ((ret = ShellExecuteA(NULL, _T("open"), psz, NULL, NULL, SW_SHOWNORMAL)) < 33) + if ((ShellExecuteA(NULL, _T("open"), psz, NULL, NULL, SW_SHOWNORMAL)) < 33) { char *pszSysMsg = NULL ; FormatMessageA (