mirror of git://git.sv.gnu.org/nano.git
still more comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3984 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3d267dc323
commit
b6fb6884ca
|
@ -26,7 +26,7 @@
|
|||
/* Global variables. */
|
||||
#ifndef NANO_TINY
|
||||
sigjmp_buf jump_buf;
|
||||
/* Used to return to main() or the unjustify routine in
|
||||
/* Used to return to either main() or the unjustify routine in
|
||||
* do_justify() after a SIGWINCH. */
|
||||
bool jump_buf_main = FALSE;
|
||||
/* Have we set jump_buf so that we return to main() after a
|
||||
|
|
Loading…
Reference in New Issue