Skip to content

Commit

Permalink
remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui authored and abishekvashok committed Jan 24, 2018
1 parent 9046f1c commit b5c2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmatrix.c
Expand Up @@ -233,7 +233,7 @@ void sighandler(int s) {
}

void resize_screen(void) {
char *tty = NULL;
char *tty;
int fd = 0;
int result = 0;
struct winsize win;
Expand Down

0 comments on commit b5c2543

Please sign in to comment.