cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2338 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-03-08 16:41:53 +00:00
parent 09b1c02c62
commit 9d69169072
1 changed files with 1 additions and 2 deletions

View File

@ -3345,8 +3345,7 @@ void do_cont(int signal)
void handle_sigwinch(int s)
{
const char *tty = ttyname(0);
int fd;
int result = 0;
int fd, result = 0;
struct winsize win;
if (tty == NULL)