tweaks: frob some comments plus miscellaneous other stuff

This commit is contained in:
Benno Schulenberg
2018-03-22 19:54:20 +01:00
parent 30fc197b66
commit b7f8d4819b
4 changed files with 18 additions and 19 deletions

View File

@@ -2420,8 +2420,8 @@ char **username_tab_completion(const char *buf, size_t *num_matches,
/* We consider the first buf_len characters of buf for filename tab
* completion. */
char **cwd_tab_completion(const char *buf, bool allow_files, size_t
*num_matches, size_t buf_len)
char **cwd_tab_completion(const char *buf, bool allow_files,
size_t *num_matches, size_t buf_len)
{
char *dirname = mallocstrcpy(NULL, buf);
char *slash, *filename;