From: David Lawrence Ramsey Date: Tue, 16 Nov 2004 02:20:48 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.5~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9df069cc5f8597147fc25dcf05d725b876035a17;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2100 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/files.c b/src/files.c index 0c800228..4c82c952 100644 --- a/src/files.c +++ b/src/files.c @@ -2404,8 +2404,8 @@ char *input_tab(char *buf, int place, bool *lastwastab, int *newplace, /* Print the list of matches */ for (i = 0, col = 0; i < num_matches; i++) { - /* make each filename shown be the same length as the longest - filename, with two spaces at the end */ + /* make each filename shown be the same length as the + longest filename, with two spaces at the end */ snprintf(foo, longestname + 1, matches[i]); while (strlen(foo) < longestname) strcat(foo, " ");