Minor code cleanup

darcs-hash:20060419124315-ac50b-e7e9cafe6850e1fe805bad82278d15c2de327f5d.gz
This commit is contained in:
axel
2006-04-19 22:43:15 +10:00
parent 76bafbef2a
commit 112ea1759a
3 changed files with 43 additions and 24 deletions

4
env.c
View File

@@ -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;