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:
parent
4766863bda
commit
274e5c292a
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue