From a2ea733e3bc79a4bf9ab8b03e7e50ac8e06aef5b Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 15 Jun 2005 23:35:53 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index d81a2bd9..e1d67897 100644 --- a/src/nano.c +++ b/src/nano.c @@ -65,8 +65,8 @@ static struct termios oldterm; /* The user's original term settings */ static struct sigaction act; /* For all our fun signal handlers */ #ifndef NANO_SMALL -static sigjmp_buf jmpbuf; /* Used to return to mainloop after - SIGWINCH */ +static sigjmp_buf jmpbuf; /* Used to return to main() after a + SIGWINCH. */ static int pid; /* The PID of the newly forked process * in open_pipe(). It must be global * because the signal handler needs -- 2.39.5