Iain Patterson пре 9 година
родитељ
комит
4643e3384c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      env.cpp

+ 1 - 1
env.cpp

@@ -86,7 +86,7 @@ static int set_environment_block(TCHAR *env, bool set) {
       else {
         if (! SetEnvironmentVariable(s, NULL)) ret++;
       }
-      for (t++ ; *t; t++);
+      for (t++; *t; t++);
     }
     s = t;
   }