From d60dbeda774e2f6373f6f88595f3fafd36669b03 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 7 Oct 2017 15:14:12 +0200 Subject: [PATCH] remove extra leading space --- regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexec.c b/regexec.c index b0f9c86..d8aecc1 100644 --- a/regexec.c +++ b/regexec.c @@ -196,7 +196,7 @@ regexec(Reprog *progp, /* program to run */ int rv; /* - * use user-specified starting/ending location if specified + * use user-specified starting/ending location if specified */ j.starts = bol; j.eol = 0; -- 2.49.0