xconfig: clean up
authorLi Zefan <lizf@cn.fujitsu.com>
Fri, 7 May 2010 05:58:04 +0000 (13:58 +0800)
committerMichal Marek <mmarek@suse.cz>
Wed, 2 Jun 2010 13:10:33 +0000 (15:10 +0200)
commitc1f96f091ee146836dd73ecce531f8e0a170cfca
tree99419b51a9638aebab16c03db27d9989813371ce
parentc10d03caf303d91da07c7f093a4822453c13f9b1
xconfig: clean up

@ok is a pointer to a bool var, so we should check the value of
*ok. But actually we don't need to check it, so just remove the
if statement.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/qconf.cc