1
0
Fork 0
forked from len0rd/rockbox

Killed a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-02-28 08:58:45 +00:00
parent 4766863bda
commit 274e5c292a

View file

@ -388,7 +388,7 @@ static int load_level(void)
static void update_screen(void)
{
short b = 0, c = 0,x,y;
short b = 0, c = 0;
short rows = 0, cols = 0;
char s[25];