find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / miscutils / less.c
index f0187bf8aeaa13e2dc4de88e00d3f825a4fd6037..5ce0a1203031b42630c426dcbf775190a96e9228 100644 (file)
@@ -709,9 +709,9 @@ static void print_found(const char *line)
        /* buf[] holds quarantined version of str */
 
        /* Each part of the line that matches has the HIGHLIGHT
-          and NORMAL escape sequences placed around it.
-          NB: we regex against line, but insert text
-          from quarantined copy (buf[]) */
+        * and NORMAL escape sequences placed around it.
+        * NB: we regex against line, but insert text
+        * from quarantined copy (buf[]) */
        str = buf;
        growline = NULL;
        eflags = 0;