Code

fixed mixed declaration + code
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200)
commit6e81a1b3e08a423c6f4c6976aecae915bd1a3f0b
treec8f9ebb406e85fcb712e2dae8e5c80a2acaa8421
parent08c055113f2eacd42fde57b952b548ca45e29eb2
fixed mixed declaration + code

Although they are allowedd in C99, try to avoid them.  Move variable
declarations to the top of the current scope.
src/screen_lyrics.c
src/screen_search.c
src/src_lyrics.c