diff --git a/cmatrix.c b/cmatrix.c index 6cc64ce..65c1b7a 100755 --- a/cmatrix.c +++ b/cmatrix.c @@ -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;