Index: config/gen/platform/win32/misc.h
===================================================================
--- config/gen/platform/win32/misc.h	(revision 22504)
+++ config/gen/platform/win32/misc.h	(working copy)
@@ -12,12 +12,12 @@
 
 #ifdef _MSC_VER
 /* These disable certain Level 4 Warnings */
-#  pragma warning( disable: 4100 ) /* disables 'unreferenced formal parameter'
+#  pragma warning(disable: 4100) /* disables 'unreferenced formal parameter'
                                   * warnings */
-#  pragma warning( disable: 4115 ) /* disables 'named type definition in
+#  pragma warning(disable: 4115) /* disables 'named type definition in
                                   * parentheses' warnings triggered in VC98
                                   * include files */
-#  pragma warning( disable: 4505 ) /* disables 'unreferenced local function has
+#  pragma warning(disable: 4505) /* disables 'unreferenced local function has
                                   * been removed' warnings in header files */
 #endif /* defined(_MSC_VER) */
 
Index: config/gen/platform/win32/env.c
===================================================================
--- config/gen/platform/win32/env.c	(revision 22504)
+++ config/gen/platform/win32/env.c	(working copy)
@@ -36,8 +36,8 @@
                     name_len     /* name  */
                     + 1          /* '='   */
                     + value_len  /* value */
-                    + 1          /* string terminator */
-            );
+                    + 1);        /* string terminator */
+
             if (envstring == NULL) {
                 /* TODO: Shouldn't we tell anyone that we failed? */
                 return;
