aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/less.c')
-rw-r--r--miscutils/less.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/less.c b/miscutils/less.c
index f0187bf8a..5ce0a1203 100644
--- a/miscutils/less.c
+++ b/miscutils/less.c
@@ -709,9 +709,9 @@ static void print_found(const char *line)
709 /* buf[] holds quarantined version of str */ 709 /* buf[] holds quarantined version of str */
710 710
711 /* Each part of the line that matches has the HIGHLIGHT 711 /* Each part of the line that matches has the HIGHLIGHT
712 and NORMAL escape sequences placed around it. 712 * and NORMAL escape sequences placed around it.
713 NB: we regex against line, but insert text 713 * NB: we regex against line, but insert text
714 from quarantined copy (buf[]) */ 714 * from quarantined copy (buf[]) */
715 str = buf; 715 str = buf;
716 growline = NULL; 716 growline = NULL;
717 eflags = 0; 717 eflags = 0;