WINGs: removed unnecessary gotos in handleTextKeyPress
commitca9dd144aedf36876d84299c8a9eb15ee8856875
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 18 May 2014 19:31:53 +0000 (18 21:31 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 18 May 2014 22:01:43 +0000 (18 23:01 +0100)
tree0410a36119c02c8cb52dd4f5500c15d82b646f8d
parent3a191af838aa3c3854e20a987e0dc4b36827db7f
WINGs: removed unnecessary gotos in handleTextKeyPress

When the condition can be simply checked in an if, it is better to do that
than to use a flow breaking goto.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/wtext.c