On Sun, May 19, 2019 at 02:39:20PM -0400, Jake Champlin wrote:
> Revision 1.23 added unveil to tetris, yet left two unused variables in 
> scores.c
> Removes unused vars in scores.c, that were added to tetris.c in v1.23

Fixed, thanks!

> Index: scores.c
> ===================================================================
> RCS file: /cvs/src/games/tetris/scores.c,v
> retrieving revision 1.23
> diff -u -p -r1.23 scores.c
> --- scores.c  18 May 2019 19:38:25 -0000      1.23
> +++ scores.c  19 May 2019 18:42:35 -0000
> @@ -91,8 +91,8 @@ static char *thisuser(void);
>  static void
>  getscores(FILE **fpp)
>  {
> -     int sd, mint, i, ret;
> -     char *mstr, *human, *home;
> +     int sd, mint, i;
> +     char *mstr, *human;
>       FILE *sf;
> 
>       if (fpp != NULL) {
> 

Reply via email to