Commit a2ea733e authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
......
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