]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Properly bracket the value assignment.
authorhno <>
Sun, 20 May 2001 01:32:02 +0000 (01:32 +0000)
committerhno <>
Sun, 20 May 2001 01:32:02 +0000 (01:32 +0000)
src/main.cc

index 589e6ccf0292d1718bc241a473bd19496dcd6826..987e653aff0c40eb7b9ea936180ff47f986b2b20 100644 (file)
@@ -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