Commit 4e5e1ae1 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove erroneous static declaration of fill; it's global now, since

text.c needs it too


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2920 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
......@@ -49,10 +49,6 @@
#include <setjmp.h>
#endif
#ifndef DISABLE_WRAPJUSTIFY
static ssize_t fill = 0; /* Fill - where to wrap lines */
#endif
static struct termios oldterm; /* The user's original term settings */
static struct sigaction act; /* For all our fun signal handlers */
......
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