maint: env.c: remove unnecessary use of strchr
authorJim Meyering <meyering@redhat.com>
Wed, 25 May 2011 20:27:53 +0000 (22:27 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 26 May 2011 20:10:46 +0000 (22:10 +0200)
commit3f98fe3155b8f19431411370198102f30f00b45e
tree1b5ed91108302502a89726a93ed8cd4c012d2761
parenta042bba6c7cfd8147d863927bfc9cc4d21852f43
maint: env.c: remove unnecessary use of strchr

* src/env.c (main): Remove excess (and confusing to static analyzers)
use of strchr.
src/env.c