summaryrefslogtreecommitdiff
path: root/apps
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
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')
-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)
255 255
256int check_lines(void) 256int check_lines(void)
257{ 257{
258 int x,y,i,j,a,b; 258 int x,y,i,j;
259 bool line; 259 bool line;
260 int lines = 0; 260 int lines = 0;
261 for(x = 0; x < max_x; x++) 261 for(x = 0; x < max_x; x++)