style cleanup

This commit is contained in:
Campbell Barton
2013-03-08 04:00:06 +00:00
parent ff336aca02
commit c36f20a7d2
41 changed files with 88 additions and 78 deletions

View File

@@ -123,7 +123,7 @@ void u_free_getenv(char *val)
free(val);
}
int uput_getenv(const char *varname, char * value, size_t buffsize)
int uput_getenv(const char *varname, char *value, size_t buffsize)
{
int r = 0;
wchar_t * str;