diff src/regex.c @ 74168:d3e88d0723ff

Fix last change in whitespace.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Nov 2006 19:36:39 +0000
parents c4cd6820a92e
children be621902e3fc
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