summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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++)