From 8017adece20c51b38252fd005c17d40752cc0077 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 7 Oct 2017 15:14:32 +0200 Subject: [PATCH] remove extra space after rcerror --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index 195d681..aab3614 100644 --- a/regcomp.c +++ b/regcomp.c @@ -94,7 +94,7 @@ operator(int t) rcerror("unmatched right paren"); if(t==LBRA){ if(++cursubid >= NSUBEXP) - rcerror ("too many subexpressions"); + rcerror("too many subexpressions"); nbra++; if(lastwasand) operator(CAT); -- 2.49.0