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

remove inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2311 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 0b80f936
Showing with 0 additions and 2 deletions
+0 -2
......@@ -2189,8 +2189,6 @@ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list)
else {
size_t match, common_len = 0;
size_t lastslash = strrchrn(buf, '/', *place);
/* Ignore the first match_strip characters of matches
* entries. The entries of matches are tilde expanded. */
char *mzero;
while (TRUE) {
......
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