format comment using GNU-style

This commit is contained in:
Christopher Faylor 2006-04-21 19:40:48 +00:00
parent 16dc3c95fb
commit 478e8b1569
1 changed files with 4 additions and 7 deletions

View File

@ -189,13 +189,10 @@ posify (char **here, const char *value)
MALLOC_CHECK;
}
/*
* my_findenv --
* Returns pointer to value associated with name, if any, else NULL.
* Sets offset to be the offset of the name/value combination in the
* environment array, for use by setenv(3) and unsetenv(3).
* Explicitly removes '=' in argument name.
*/
/* Returns pointer to value associated with name, if any, else NULL.
Sets offset to be the offset of the name/value combination in the
environment array, for use by setenv(3) and unsetenv(3).
Explicitly removes '=' in argument name. */
static char * __stdcall
my_findenv (const char *name, int *offset)