summaryrefslogtreecommitdiffstats
path: root/apps/recorder/tetris.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-03 15:45:39 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-03 15:45:39 +0000
commit3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353 (patch)
treefb951a315f398ebd65b6f4eae669b68620600df4 /apps/recorder/tetris.c
parentd5ce38c7b8cc0e326687e1f12494c8657f09e975 (diff)
downloadrockbox-3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353.tar.gz
rockbox-3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353.zip
Killed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/tetris.c')
-rw-r--r--apps/recorder/tetris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c
index e0a92076ae..ac0d373526 100644
--- a/apps/recorder/tetris.c
+++ b/apps/recorder/tetris.c
@@ -255,7 +255,7 @@ void new_block(void)
int check_lines(void)
{
- int x,y,i,j,a,b;
+ int x,y,i,j;
bool line;
int lines = 0;
for(x = 0; x < max_x; x++)