author | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 10:27:29 +0000 (12:27 +0200) | ||
commit | 6e81a1b3e08a423c6f4c6976aecae915bd1a3f0b | |
tree | c8f9ebb406e85fcb712e2dae8e5c80a2acaa8421 | tree | snapshot |
parent | 08c055113f2eacd42fde57b952b548ca45e29eb2 | commit | diff |
fixed mixed declaration + code
Although they are allowedd in C99, try to avoid them. Move variable
declarations to the top of the current scope.
Although they are allowedd in C99, try to avoid them. Move variable
declarations to the top of the current scope.
src/screen_lyrics.c | diff | blob | history | |
src/screen_search.c | diff | blob | history | |
src/src_lyrics.c | diff | blob | history |