From: David du Colombier <0intro@gmail.com> Date: Sat, 7 Oct 2017 13:14:12 +0000 (+0200) Subject: remove extra leading space X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=d60dbeda774e2f6373f6f88595f3fafd36669b03;p=proto%2Flibregexp.git remove extra leading space --- 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;