diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-03 15:45:39 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-03 15:45:39 +0000 |
| commit | 3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353 (patch) | |
| tree | fb951a315f398ebd65b6f4eae669b68620600df4 | |
| parent | d5ce38c7b8cc0e326687e1f12494c8657f09e975 (diff) | |
| download | rockbox-3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353.zip rockbox-3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353.tar.gz rockbox-3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353.tar.bz2 rockbox-3fd8a9e651d7ddbcd4dbb72ffdda06a2f0f46353.tar.xz | |
Killed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1322 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/recorder/tetris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c index e0a9207..ac0d373 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++) |