CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/10 09:37:09
Modified files:
games/tetris : scores.c screen.c
Log message:
Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>.
'i' shadows the local loop indexing variable of scr_update(), so
no need to rename it. No binary change on amd64.
ok millert
