From e41e8dbeadce5b9cf8dfaae571456f97e731aa21 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 29 Apr 2005 03:28:27 +0000 Subject: [PATCH] more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2494 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/winio.c b/src/winio.c index e4bb525f..d2440107 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2440,11 +2440,11 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *def, int kbinput; bool meta_key, func_key, s_or_t, ran_func, finished; bool tabbed = FALSE; - /* used by input_tab() */ + /* Used by input_tab(). */ size_t answer_len = strlen(def); #ifndef NANO_SMALL - /* for history */ + /* For history. */ char *history = NULL; char *currentbuf = NULL; char *complete = NULL; -- 2.39.5