From: hno <> Date: Sun, 20 May 2001 01:32:02 +0000 (+0000) Subject: Properly bracket the value assignment. X-Git-Tag: SQUID_3_0_PRE1~1509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35fb88102a4e5bf1703430136cbe7af2ea5076d5;p=thirdparty%2Fsquid.git Properly bracket the value assignment. --- diff --git a/src/main.cc b/src/main.cc index 589e6ccf02..987e653aff 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.337 2001/05/05 17:49:55 hno Exp $ + * $Id: main.cc,v 1.338 2001/05/19 19:32:02 hno Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -573,7 +573,7 @@ main(int argc, char **argv) Squid_MaxFD = FD_SETSIZE; #if defined(_SQUID_MSWIN_) || defined(_SQUID_CYGWIN_) - if (WIN32_init_err = WIN32_Subsystem_Init()) + if ((WIN32_init_err = WIN32_Subsystem_Init())) return WIN32_init_err; #endif