summaryrefslogtreecommitdiffstats
path: root/lib/libF77/getenv_.c
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-13 01:16:58 +0000
committerjmz <jmz@FreeBSD.org>1997-04-13 01:16:58 +0000
commit438bdd8a9c9d390f13a4b05980c19b18e974d16c (patch)
treee809113557ae09d5ce13e9239ae81534708bd955 /lib/libF77/getenv_.c
parent5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16 (diff)
downloadFreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.zip
FreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.tar.gz
Upgrade to the 1997/02/26 version.
Diffstat (limited to 'lib/libF77/getenv_.c')
-rw-r--r--lib/libF77/getenv_.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libF77/getenv_.c b/lib/libF77/getenv_.c
index 7ba2de5..2a035ea 100644
--- a/lib/libF77/getenv_.c
+++ b/lib/libF77/getenv_.c
@@ -30,7 +30,7 @@ for(fp = fname ; fp < flast ; ++fp)
break;
}
-while ( (ep = *env++) )
+while (ep = *env++)
{
for(fp = fname; fp<flast ; )
if(*fp++ != *ep++)
OpenPOWER on IntegriCloud