From: David Lawrence Ramsey Date: Sun, 31 Jul 2005 20:57:38 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.9~90 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=db57ad757f990a3caf0358fa896d6462570dbf38;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2956 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/search.c b/src/search.c index 53d3ac35..c27feec2 100644 --- a/src/search.c +++ b/src/search.c @@ -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 ? "..." : "");