]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 16 Nov 2004 02:20:48 +0000 (02:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 16 Nov 2004 02:20:48 +0000 (02:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2100 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 0c800228bcd940237d04f412785703c649e47b04..4c82c952add1372a8230749d0e069650280d6df5 100644 (file)
@@ -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, " ");