mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* unsetenv.c: Fixed debugging typo.
This commit is contained in:
parent
1f5ef591cc
commit
e38ea662fa
2 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,7 @@ extern char **environ;
|
|||
|
||||
/* Basically borrowed from glibc */
|
||||
int
|
||||
unsetenv2 (const char *name)
|
||||
unsetenv(const char *name)
|
||||
{
|
||||
size_t len;
|
||||
char **ep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue