From: David Lawrence Ramsey Date: Thu, 26 May 2005 18:11:32 +0000 (+0000) Subject: yet another comment fix X-Git-Tag: v1.3.8~250 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=638cbe540778473902b7098a2b59afecfed2018a;p=nano.git yet another comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2553 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/files.c b/src/files.c index 3cce2476..4bb84217 100644 --- a/src/files.c +++ b/src/files.c @@ -2147,8 +2147,8 @@ char **cwd_tab_completion(const char *buf, size_t *num_matches, size_t return matches; } -/* Do tab completion. This function now has an arg which refers to how - * much the statusbar cursor position (place) should be advanced. */ +/* Do tab completion. place refers to how much the statusbar cursor + * position should be advanced. */ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list) { size_t num_matches = 0;