Mercurial > emacs
changeset 74168:d3e88d0723ff
Fix last change in whitespace.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 24 Nov 2006 19:36:39 +0000 |
parents | a03e8735521c |
children | a2250a4829ad |
files | src/regex.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Fri Nov 24 19:14:46 2006 +0000 +++ b/src/regex.c Fri Nov 24 19:36:39 2006 +0000 @@ -4958,7 +4958,7 @@ /* 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