]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 3 Nov 2004 21:11:38 +0000 (21:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 3 Nov 2004 21:11:38 +0000 (21:11 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2049 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index 7459a45f123b4ca7dc82715490bac351b9a1b338..71bf7d051ebbdd3300a346dc97b77011daaff4fa 100644 (file)
@@ -716,7 +716,8 @@ ssize_t do_replace_loop(const char *needle, const filestruct
            pww_save = placewewant;
        }
 
-       /* Record for the return value that we found the search string. */
+       /* Record for the return value that we found the search
+        * string. */
        if (numreplaced == -1)
            numreplaced = 0;