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