Commit 9d691690 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2338 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 09b1c02c
Showing with 1 addition and 2 deletions
+1 -2
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment