aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/env.c b/env.c
index 7466fa89..9c54c59a 100644
--- a/env.c
+++ b/env.c
@@ -609,8 +609,8 @@ static env_node_t *env_get_node( const wchar_t *key )
}
int env_set( const wchar_t *key,
- const wchar_t *val,
- int var_mode )
+ const wchar_t *val,
+ int var_mode )
{
int free_val = 0;
var_entry_t *entry;