OSDN Git Service

menuconfig: Remove superfluous conditionnal
authorBenjamin Poirier <bpoirier@suse.de>
Thu, 23 Aug 2012 18:55:03 +0000 (14:55 -0400)
committerMichal Marek <mmarek@suse.cz>
Thu, 27 Sep 2012 16:08:13 +0000 (18:08 +0200)
commitb9d29abd98a2bbeb3a6c49c1607348c92bc80105
treeee4016e1a8184725dc4765b44fc439c973daea97
parent1d52a4a79188e5567b6c55f67e20a4f1043d10d3
menuconfig: Remove superfluous conditionnal

Because end_reached is set to 0 before the loop, the test "!end_reached" is
always true and can be removed. This structure was perhaps copied from the
similar one in back_lines().

Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/lxdialog/textbox.c