move variable declaration to where it is used, to prevent gcc failure.
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 8 Oct 2008 11:17:25 +0000 (11:17 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 8 Oct 2008 11:17:25 +0000 (11:17 +0000)
commitff9350b79869b9247cff8414227fc424883cf4c0
treec62246a2e68c334f7f2dc6a61ac23817ee37d7b8
parent964f0665594bfdc260b49b6a2eac57b2dabeabaa
move variable declaration to where it is used, to prevent gcc failure.
Reported by Roman Yeryomin (and also seen reported earlier). (trivial)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3641 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/curses/tinycurses.c