diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
commit | bfc27bae1acb55886146a7c67f85cf752b5d532c (patch) | |
tree | b50cd33ffa95c856e6d7d1e6bc506acc643e8f7e /newlib/libc/stdlib/putenv_r.c | |
parent | 1bf83a86f6487859997dd2161a408df6be9f032a (diff) | |
download | cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.gz cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.bz2 cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.zip |
* Various formatting and whitespace changes.
Diffstat (limited to 'newlib/libc/stdlib/putenv_r.c')
-rw-r--r-- | newlib/libc/stdlib/putenv_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/putenv_r.c b/newlib/libc/stdlib/putenv_r.c index 7c2686f92..a03f3b007 100644 --- a/newlib/libc/stdlib/putenv_r.c +++ b/newlib/libc/stdlib/putenv_r.c @@ -1,5 +1,5 @@ /* This file may have been modified by DJ Delorie (Jan 1991). If so, -** these modifications are Copyright (C) 1991 DJ Delorie +** these modifications are Copyright (C) 1991 DJ Delorie. */ /*- |