From: David Lawrence Ramsey Date: Thu, 26 May 2005 05:50:46 +0000 (+0000) Subject: remove unneeded blank line X-Git-Tag: v1.3.8~255 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=86d8fc37d792376420f5e083dce43fa3a668c505;p=nano.git remove unneeded blank line git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2548 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index 4975fdbd..f665c91c 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2446,7 +2446,6 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer, bool tabbed = FALSE; /* Whether we've pressed Tab more than once consecutively. */ #endif - #ifndef NANO_SMALL char *history = NULL; /* The current history string. */