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

more comment fixes

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