mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Killed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5ce38c7b8
commit
3fd8a9e651
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ void new_block(void)
|
||||||
|
|
||||||
int check_lines(void)
|
int check_lines(void)
|
||||||
{
|
{
|
||||||
int x,y,i,j,a,b;
|
int x,y,i,j;
|
||||||
bool line;
|
bool line;
|
||||||
int lines = 0;
|
int lines = 0;
|
||||||
for(x = 0; x < max_x; x++)
|
for(x = 0; x < max_x; x++)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue