From: Juanma Barranquero Date: Fri, 24 Nov 2006 19:36:39 +0000 (+0000) Subject: Fix last change in whitespace. X-Git-Tag: emacs-pretest-22.0.92~527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46ac3660d0a2e8b8b22bd68f2e4a2150967a507d;p=emacs.git Fix last change in whitespace. --- diff --git a/src/regex.c b/src/regex.c index 001be124ff3..32991346399 100644 --- a/src/regex.c +++ b/src/regex.c @@ -4958,7 +4958,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) /* We use this to map every character in the string. */ RE_TRANSLATE_TYPE translate = bufp->translate; - /* Nonzero if we have to concern multibyte character.*/ + /* Nonzero if we have to concern multibyte character. */ const boolean multibyte = RE_MULTIBYTE_P (bufp); /* Failure point stack. Each place that can handle a failure further