X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=env.cpp;fp=env.cpp;h=9945d204bf8837e01ad45a28cc018270bd1d1cca;hb=4643e3384cb6a844aa7817c489c068f6fcd63e22;hp=063b60f16b4b62174f4b280f4e42fadb81ec38b2;hpb=ffbcd9c99074239f1edd1a7d9a9a6c816ff893d8;p=nssm.git diff --git a/env.cpp b/env.cpp index 063b60f..9945d20 100644 --- a/env.cpp +++ b/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; }