From eb0b3ed3bead32b9f13759d0ccc93e90be4621fd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 3 Feb 1999 21:17:53 +0000 Subject: [PATCH] Cleanup of source files where 'return' or 'var =' is alone on a line. --- setup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.c b/setup.c index 42f538d..dae7890 100644 --- a/setup.c +++ b/setup.c @@ -113,8 +113,7 @@ LPSETUPDLG lpsetupdlg; lpsetupdlg->hwndParent = hwnd; lpsetupdlg->lpszDrvr = lpszDriver; lpsetupdlg->fNewDSN = (ODBC_ADD_DSN == fRequest); - lpsetupdlg->fDefault = - !lstrcmpi(lpsetupdlg->ci.dsn, INI_DSN); + lpsetupdlg->fDefault = !lstrcmpi(lpsetupdlg->ci.dsn, INI_DSN); // Display the appropriate dialog (if parent window handle supplied) if (hwnd) { -- 2.39.5