From: David du Colombier <0intro@gmail.com> Date: Wed, 17 Dec 2014 21:12:54 +0000 (+0100) Subject: remove empty line X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=01ffbc8a7069b4585b530db753064f2b3c0a454a;p=proto%2Flibregexp.git remove empty line --- diff --git a/rregexec.c b/rregexec.c index a63d0b4..2ce2312 100644 --- a/rregexec.c +++ b/rregexec.c @@ -39,7 +39,6 @@ rregexec1(Reprog *progp, /* program to run */ /* Execute machine once for each character, including terminal NUL */ s = j->rstarts; do{ - /* fast check for first char */ if(checkstart) { switch(j->starttype) {