]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 31 Jul 2005 20:57:38 +0000 (20:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 31 Jul 2005 20:57:38 +0000 (20:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2956 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index 53d3ac35a4ef5e62f82abafaa851ce760603d9c1..c27feec2ab838da84e6ebc9f9154f1e85fe9b51e 100644 (file)
@@ -152,7 +152,7 @@ int search_init(bool replacing, bool use_answer)
        char *disp = display_string(last_search, 0, COLS / 3, FALSE);
 
        buf = charalloc(strlen(disp) + 7);
-       /* We use COLS / 3 here because we need to see more on the
+       /* We use (COLS / 3) here because we need to see more on the
         * line. */
        sprintf(buf, " [%s%s]", disp,
                strlenpt(last_search) > COLS / 3 ? "..." : "");