git://git.iain.cx/iain
/
nssm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbcd9c
)
Formatting.
author
Iain Patterson
<me@iain.cx>
Mon, 23 Feb 2015 21:17:58 +0000
(21:17 +0000)
committer
Iain Patterson
<me@iain.cx>
Mon, 23 Feb 2015 21:17:58 +0000
(21:17 +0000)
env.cpp
patch
|
blob
|
history
diff --git
a/env.cpp
b/env.cpp
index
063b60f
..
9945d20
100644
(file)
--- 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;
}